| 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.CTInterfaceAssembly: CTInterface (in CTInterface.dll)
Syntax public XmlElement ToElement(
XmlDocument doc
)
Public Function ToElement (
doc As XmlDocument
) As XmlElement
Parameters
- doc
- Type: System.XmlXmlDocument
XmlDocument to use in element creation.
Return Value
Type:
XmlElementItem -element containing all pre-defined row information of this object.
See Also