[This is preliminary documentation and is subject to change.]

Gets the xml document corresponding to information in the instantiated MenuInfo object.

Namespace:  OfficeClip.BusinessLayer.OfficePortal.CorpMenu
Assembly:  OfficeClip.BusinessLayer (in OfficeClip.BusinessLayer)
Version: 8.1.1.0

Syntax

C#
public string ToXml()
Visual Basic (Declaration)
Public Function ToXml As String
Visual C++
public:
String^ ToXml()

Return Value

Returns the formatted string of the xml representation of the menu structure contained in the currently instantiated MenuInfo object.

See Also