The DirectoryConfiguration type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DirectoryConfiguration |
Initializes a new instance of the DirectoryConfiguration class.
|
Methods
Name | Description | |
---|---|---|
![]() | CanDeleteDirectory |
Determines whether the user associated with this session is allowed to delete a directory.
|
![]() | CanRenameDirectory |
Determines whether the user associated with this session is allowed to rename a directory.
|
![]() | CanUpdateDirectory |
Determines whether the user associated with this session is allowed to update a directory.
|
![]() | CreateSpeedDialDirectory |
Create a speed dial directory.
|
![]() | CreateSpeedDialDirectoryAsync |
An asynchronous request to create a speed dial directory.
|
![]() | CreateTrackerDirectory |
Create a filtered tracker directory.
|
![]() | CreateTrackerDirectoryAsync |
An asynchronous request to create a tracker directory.
|
![]() | DeleteDirectory |
Deletes a directory entry. Note that currently only speed dial and tracker directories can be deleted.
|
![]() | DeleteDirectoryAsync |
Asynchronously deletes the directory. Note that currently only speed dial directories can be deleted.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEntry |
Gets the entry.
|
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetList |
Gets a list of directory metadata being watched.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsWatching |
Determines whether a watch is active.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ModifyTrackerDirectory |
Modify a filtered tracker directory.
|
![]() | ModifyTrackerDirectoryAsync |
An asynchronous request to modify a tracker directory.
|
![]() | RenameDirectory |
Rename the directory. Note that currently only speed dial directories can be renamed.
|
![]() | RenameDirectoryAsync |
Asynchronously rename the speed dial directory. Note that currently only speed dial directories can be renamed.
|
![]() | StartWatching |
A synchronous request to query and watch directory configuration metadata.
|
![]() | StartWatchingAsync |
Starts an asynchronous request to query and watch directory configuration metadata.
|
![]() | StopWatching |
A synchronous request to stop watching directory configuration metadata.
|
![]() | StopWatchingAsync |
Start an asynchronous request to stop watching directory configuration metadata.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Pending |
Identifies any pending directory groups, those that have yet to be loaded by the Interaction Center server.
|
Events
Name | Description | |
---|---|---|
![]() | DirectoryConfigurationChanged |
Occurs when one of the DirectoryMetadata watched objects has changed.
|