 | 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) Version: 25.0
Syntaxpublic XmlElement ToElement(
XmlDocument doc
)
Public Function ToElement (
doc As XmlDocument
) As XmlElement
Parameters
- doc XmlDocument
- XmlDocument to use in element creation.
Return Value
XmlElementItem -element containing all pre-defined row information of this object.
See Also