Enum CredentialControlType
Types of control used with user administration work with credentials
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
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. |
Extension Methods
EnumUtil.MapEnums<SuperOffice.Data.CredentialControlType, To>()