Table of Contents

Class ContextUserType

Namespace
BoldSign.Api.Model.Webhook
Assembly
BoldSign.Api.dll

The context user type.

public static class ContextUserType
Inheritance
ContextUserType
Inherited Members

Fields

Admin

Admin user type.

public const string Admin = "Admin"

Field Value

string

Cc

Cc user type.

public const string Cc = "Cc"

Field Value

string

Creator

Creator user type.

public const string Creator = "Creator"

Field Value

string

Sender

Sender user type.

public const string Sender = "Sender"

Field Value

string

SenderIdentity

Sender Identity user type.

public const string SenderIdentity = "SenderIdentity"

Field Value

string

Signer

Signer user type.

public const string Signer = "Signer"

Field Value

string