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

GEts the xml node for the menu item.

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

Syntax

C#
public XmlNode GetXmlNode(
	XmlDocument xmlDoc
)
Visual Basic (Declaration)
Public Function GetXmlNode ( _
	xmlDoc As XmlDocument _
) As XmlNode
Visual C++
public:
XmlNode^ GetXmlNode(
	XmlDocument^ xmlDoc
)

Parameters

xmlDoc
Type: System.Xml..::.XmlDocument
The xml document.

Return Value

The xml node.

See Also