Represents a directory metadata watched object. This object maintains information of a particular directory that exists on the IC server. The directory metadata is used to identify a directory of contact entries.

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 class DirectoryMetadata
Visual Basic
Public Class DirectoryMetadata

Remarks

An instance of DirectoryMetadata represents an IC directory and is required to obtain a list of contact entries within that directory. Instances of DirectoryMetadata are obtained by the DirectoryConfiguration watched object.

A DirectoryMetadata instance is required to construct a ContactDirectory watched object instance in order to obtain the associated ContactEntry object instances.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Directories..::..DirectoryMetadata

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