ADM_GETATTRALIASMODE_ENUM
The ADM_GETATTRALIASMODE_ENUM enumeration specifies what kind of property aliases you can retrieve.
Syntax
enum ADM_GETATTRALIASMODE_ENUM
{
ADM_GETATTRALIASMODE_MERGED = 0, //0x0
ADM_GETATTRALIASMODE_PREDEFINED = 1, //0x1
ADM_GETATTRALIASMODE_USERDEF = 2, //0x2
}
Constants
-
Flag
-
Description
-
ADM_GETATTRALIASMODE_MERGED
-
Built-in and modified property aliases
Remarks
Out of the box, Adaxes provides built-in aliases for commonly used properties. If built-in property aliases are modified, the modified aliases are used instead of the built-in ones.
-
ADM_GETATTRALIASMODE_PREDEFINED
-
Built-in property aliases provided out of the box
-
ADM_GETATTRALIASMODE_USERDEF
-
Modified property aliases
Requirements
Minimum required version: 2018.1