Click or drag to resize
IDataDefinitionItemGetXmlNode Method
Returns XML representation of current object.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
XmlNode GetXmlNode(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument
XML document with other items

Return Value

Type: XmlNode
See Also