Defines an option to control the format of the user description.
Namespace: BlueCieloECM.InnoCielo.Meridian.ScriptingAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[FlagsAttribute] public enum SUserColumnFlags
Members
Member name | Value | Description | |
---|---|---|---|
AS_UCOL_ALL | 0 | All columns. | |
AS_UCOL_NAME | 2 | User (work list) name. | |
AS_UCOL_FULLNAME | 4 | User full name. | |
AS_UCOL_INITIALS | 8 | User initials. | |
AS_UCOL_TITLE | 16 | User title. | |
AS_UCOL_DESCRIPTION | 32 | User description. |
Remarks
See Also