ConfigParamType Enumeration |
The process parameter types
Namespace: Scanjour.Workflow4.ActivityLibrary.DataAssembly: Scanjour.Workflow4.ActivityLibrary_24.5.0.0 (in Scanjour.Workflow4.ActivityLibrary_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic enum ConfigParamType
Public Enumeration ConfigParamType
public enum class ConfigParamType
MembersMember name | Value | Description |
---|
String | 0 |
Parameter value is a string.
|
Domain | 1 |
Parameter value is controlled by a domain.
|
Record | 2 |
Parameter value is a Record ID.
|
RecordList | 3 |
Parameter value is a list of Record ID's.
|
Bool | 4 |
Parameter value is a Boolean.
|
Integer | 5 |
Parameter value is an Integer.
|
File | 6 |
Parameter value is a File ID.
|
Contact | 7 |
Parameter value is a Contact ID
|
ContactList | 8 |
Parameter value is a list of Contact ID's.
|
FileClass | 9 |
Parameter value is a FileClass.
|
Register | 10 |
Parameter value is a register ID.
|
RegisterList | 11 |
Parameter value is a list of register ID's.
|
RecordDropList | 12 |
Parameter value is a droplist on Records
|
DOMAINLIST | 13 |
Parameter value is a list of Domain
|
See Also