Specifies constants for the DirectoryMetadata properties.

Namespace: ININ.IceLib.Directories
Assembly: ININ.IceLib.Directories (in ININ.IceLib.Directories.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public enum DirectoryMetadataProperty
Visual Basic
Public Enumeration DirectoryMetadataProperty

Members

Member nameValueDescription
None0No property is defined.
Id1Represents the Id property.
DisplayName2Represents the DisplayName property.
DisplayType3Represents the DisplayType property.
ApproximateSize4Represents the ApproximateCount property.
HasDynamicFields5Represents the HasDynamicFields property.
CanRefresh6Represents the CanRefresh property.
IsPrivate7Represents the IsPrivate property.
Category8Represents the Category property.
OwnerId9Represents the OwnerId property.
AccessRights10Represents the AccessRights property.
DirectoryAdmin13Represents the DirectoryAdmin property.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also