Enum CredentialControlType
Types of control used with user administration work with credentials
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.9.0.0")]
public enum CredentialControlType
Fields
| Name | Description |
|---|---|
| Edit | 1: The value is a normal edit field |
| Hidden | 4: The value should be hidden in the user interface. |
| Link | 3: The GetCredentialsGroups and GetCredentialUsers needs to be used to select a value. |
| Password | 2: The value is a password field and a pasword control should be used. |
| Static | 0: The value is static and can not be modified by the user interface. |