Newer Version Available
VerificationProcessField Class
Namespace
VerificationProcessField Constructors
The following are constructors for VerificationProcessField.
VerificationProcessField(developerName, dataSourceType, fieldType, label, fieldName, dataType, fieldValueFormula, isManualInput)
Creates an instance of the VerificationProcessField class with the specified
parameter values.
Signature
public VerificationProcessField(String developerName, String dataSourceType, String fieldType, String label, String fieldName, String dataType, String fieldValueFormula, Boolean isManualInput)
1id_verification.VerificationProcessField, newinstance, [String, String, String, String, String, String, String, Boolean], id_verification.VerificationProcessFieldParameters
- developerName
- Type: String
- Required. Specifies the developer name of the field.
- dataSourceType
- Type: String
- Required. Specifies the source type of the data.
- fieldType
- Type: String
- Required. Specifies the type of the field.
- label
- Type: String
- Specifies the label of the field.
- fieldName
- Type: String
- Required. Specifies the name of the field that contains the verification data based on the selected field type.
- dataType
- Type: String
- Required. Specifies the data type of the field.
- fieldValueFormula
- Type: String
- Stores the formula to specify search filter that’s applied to the field value.
- isManualInput
- Type: Boolean
- Indicates whether the user can manually enter the identity verification details (true) or not (false). The default value is false.
VerificationProcessField()
Creates an instance of the VerificationProcessField class.
Signature
public VerificationProcessField()
1id_verification.VerificationProcessField, newinstance, [], id_verification.VerificationProcessField