 | CustomLookupCreateXMLString(CustomLookupLookupItem) 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(
CustomLookupLookupItem[] Items
)
Public Shared Function CreateXMLString (
Items As CustomLookupLookupItem()
) As String
Parameters
- Items CustomLookupLookupItem
- An array of CustomLookupLookupItem
Return Value
StringAn xml string compatible with Custom-type lookuplists.
See Also