Menu

Metreos.Types.CiscoIpPhone.Menu

Summary

The Menu type stores the XML data for a Cisco IP Phone menu XML object.

Usage

Menu is initialized with the CreateMenu action. One can then use AddMenuItem to add menu items to the Menu variable. One can also use the AddSoftKeyItem to add softkeys to the Menu variable.

Remarks

None.

Parseable Inputs
.NET TypeDescription
StringNot supported.
CiscoIPPhoneSoftKeyTypeA soft key to add to this menu
CiscoIPPhoneMenuTypeInitial menu data
CiscoIPPhoneMenuItemTypeAn item to add to this menu
Accessible Public Methods
Method NameDescription
ResetClears the variable to an uninitialized state.

No Public Properties