 | CustomLookup.LookupItem.ToElement Method |
[This is preliminary documentation and is subject to change.]
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)
Syntaxpublic XmlElement ToElement(
XmlDocument doc
)
Public Function ToElement (
doc As XmlDocument
) As XmlElement
Parameters
- doc
- Type: System.Xml.XmlDocument
XmlDocument to use in element creation.
Return Value
Type:
XmlElementItem -element containing all pre-defined row information of this object.
See Also