ISchemeBuilder interface
The interface for a custom document scheme builder. Used to add fields to the scheme and set the name of the custom data capture profile.
Note: Currently, only one scheme may exist in the profile, and only one field may be defined in the scheme.
public static interface IDataCaptureProfileBuilder.ISchemeBuilder
Methods
Name | Description |
---|---|
addField | Adds a new field to the scheme. |
setName | Sets the human-readable name for the scheme. |
3/2/2022 12:59:15 PM