|
| enum | AuthenticationMethod {
AuthenticationMethod.Biometric = 1,
AuthenticationMethod.Email = 2,
AuthenticationMethod.HTTPBasicAuth = 3,
AuthenticationMethod.Kerberos = 4,
AuthenticationMethod.KnowledgeBasedAuth = 5,
AuthenticationMethod.None = 6,
AuthenticationMethod.PaperDocuments = 7,
AuthenticationMethod.Password = 8,
AuthenticationMethod.RSASecureID = 9,
AuthenticationMethod.SingleSignOnCASiteminder = 10,
AuthenticationMethod.SingleSignOnInfoCard = 11,
AuthenticationMethod.SingleSignOnMicrosoftActiveDirectory = 12,
AuthenticationMethod.SingleSignOnOther = 13,
AuthenticationMethod.SingleSignOnPassport = 14,
AuthenticationMethod.SingleSignOnSAML = 15,
AuthenticationMethod.Smartcard = 16,
AuthenticationMethod.SSLMutualAuth = 17,
AuthenticationMethod.X509Certificate = 18
} |
| | A value that most closely matches the technique your application used to authenticate the recipient / signer. More...
|
| |
| enum | InstanceSource {
InstanceSource.PUBLICURL = 1,
InstanceSource.APIEMBEDDED = 2,
InstanceSource.APIREMOTE = 3,
InstanceSource.UIREMOTE = 4,
InstanceSource.WORKFLOW = 5
} |
| | The method through which form instance is created. More...
|
| |
| enum | InstanceStatus {
InstanceStatus.INITIATED = 1,
InstanceStatus.INPROGRESS = 2,
InstanceStatus.SUBMITTED = 3,
InstanceStatus.EXPIRED = 4,
InstanceStatus.FAILED = 5
} |
| | The status of Web Form Instance. If the form status is INITIATED, it means the form is accessible until it is submitted or expired. If the form status is SUBMITTED, it means the form is submitted already and hence, cannot be opened again. More...
|
| |
| enum | Source { Source.PUBLICURL = 1,
Source.APIEMBEDDED = 2,
Source.APIREMOTE = 3,
Source.UIREMOTE = 4
} |
| | The method through which form instance is created. More...
|
| |
| enum | UserFilter { UserFilter.Ownedbyme = 1,
UserFilter.Sharedwithme = 2,
UserFilter.All = 3
} |
| | Filter which forms are returned More...
|
| |
| enum | WebFormAdmType {
WebFormAdmType.String = 1,
WebFormAdmType.Boolean = 2,
WebFormAdmType.Double = 3,
WebFormAdmType.DateTime = 4,
WebFormAdmType.ArrayOfString = 5,
WebFormAdmType.CheckboxGroup = 6,
WebFormAdmType.Date = 7,
WebFormAdmType.Email = 8,
WebFormAdmType.Number = 9,
WebFormAdmType.RadioButtonGroup = 10,
WebFormAdmType.Select = 11,
WebFormAdmType.TextBox = 12
} |
| | Type used at ADM model as ComponentType decorator. "String", "Boolean", "Double", "DateTime", ArrayOfString" are deprecated. More...
|
| |
| enum | WebFormComponentType {
WebFormComponentType.CheckboxGroup = 1,
WebFormComponentType.Date = 2,
WebFormComponentType.Email = 3,
WebFormComponentType.Number = 4,
WebFormComponentType.RadioButtonGroup = 5,
WebFormComponentType.Select = 6,
WebFormComponentType.TextBox = 7
} |
| | Type of components used in the web form More...
|
| |
| enum | WebFormSource { WebFormSource.Templates = 1,
WebFormSource.Blank = 2,
WebFormSource.Form = 3
} |
| | The source from which the web form is created. More...
|
| |
| enum | WebFormState { WebFormState.Active = 1,
WebFormState.Draft = 2
} |
| | The state of the form content More...
|
| |
| enum | WebFormType { WebFormType.Standalone = 1,
WebFormType.HasEsignTemplate = 2
} |
| | The field indicates webform type. More...
|
| |
The status of Web Form Instance. If the form status is INITIATED, it means the form is accessible until it is submitted or expired. If the form status is SUBMITTED, it means the form is submitted already and hence, cannot be opened again.
The status of Web Form Instance. If the form status is INITIATED, it means the form is accessible until it is submitted or expired. If the form status is SUBMITTED, it means the form is submitted already and hence, cannot be opened again.
| Enumerator |
|---|
| INITIATED | Enum INITIATED for value: INITIATED
|
| INPROGRESS | Enum INPROGRESS for value: IN_PROGRESS
|
| SUBMITTED | Enum SUBMITTED for value: SUBMITTED
|
| EXPIRED | Enum EXPIRED for value: EXPIRED
|
| FAILED | Enum FAILED for value: FAILED
|
Type used at ADM model as ComponentType decorator. "String", "Boolean", "Double", "DateTime", ArrayOfString" are deprecated.
Type used at ADM model as ComponentType decorator. "String", "Boolean", "Double", "DateTime", ArrayOfString" are deprecated.
| Enumerator |
|---|
| String | Enum String for value: String
|
| Boolean | Enum Boolean for value: Boolean
|
| Double | Enum Double for value: Double
|
| DateTime | Enum DateTime for value: DateTime
|
| ArrayOfString | Enum ArrayOfString for value: ArrayOfString
|
| CheckboxGroup | Enum CheckboxGroup for value: CheckboxGroup
|
| Date | Enum Date for value: Date
|
| Email | Enum Email for value: Email
|
| Number | Enum Number for value: Number
|
| RadioButtonGroup | Enum RadioButtonGroup for value: RadioButtonGroup
|
| Select | Enum Select for value: Select
|
| TextBox | Enum TextBox for value: TextBox
|