Newer Version Available
VerificationProcessField Class
Namespace
VerificationProcessField Constructors
The following are constructors for VerificationProcessField.
VerificationProcessField(developerName, dataSourceType, fieldType, label, fieldName, dataType)
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)
Parameters
- 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.
VerificationProcessField()
Creates an instance of the VerificationProcessField class.
Signature
public VerificationProcessField()