 | CustomLookup.CreateXMLString(CustomLookup.LookupItem[]) Method |
Creates an xml string that is compatible with Custom-types lookuplists.
The xml may then be passed for
OnCustomListUpdate
in the event arguments.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic static string CreateXMLString(
CustomLookup.LookupItem[] Items
)
Public Shared Function CreateXMLString (
Items As CustomLookup.LookupItem()
) As String
Parameters
- Items CustomLookup.LookupItem[]
- An array of CustomLookup.LookupItem
Return Value
StringAn xml string compatible with Custom-type lookuplists.
See Also