Click or drag to resize

CustomLookupLookupItemToElement Method

Generates pre-defined XmlElement from this object. Not a valid element for Custom-type lookuplist by itself. Meant to be used via CustomLookup.CreateXMLString -function.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public XmlElement ToElement(
	XmlDocument doc
)

Parameters

doc  XmlDocument
XmlDocument to use in element creation.

Return Value

XmlElement
Item -element containing all pre-defined row information of this object.
See Also