Directory

Metreos.Types.CiscoIpPhone.Directory

Summary

The Directory type stores the XML data for a Cisco IP Phone directory XML object.

Usage

Directory is initialized with the CreateDirectory action. One can then use AddDirectoryEntry to add directory entries to the Directory variable. One can also use the AddSoftKeyItem to add softkeys to the Directory variable.

Remarks

None.

Parseable Inputs
.NET TypeDescription
StringNot supported.
CiscoIPPhoneDirectoryTypeInitial directory data
CiscoIPPhoneSoftKeyTypeA softkey to add to this directory
CiscoIPPhoneDirectoryEntryTypeAn entry to add to this directory
Accessible Public Methods
Method NameDescription
ResetClears the variable to an uninitialized state.

No Public Properties