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)
Syntax
public XmlElement ToElement(
	XmlDocument doc
)

Parameters

doc
Type: System.XmlXmlDocument
XmlDocument to use in element creation.

Return Value

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