 | CustomLookupCreateXMLString(ListCustomLookupLookupItem) 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(
List<CustomLookupLookupItem> Items
)
Public Shared Function CreateXMLString (
Items As List(Of CustomLookupLookupItem)
) As String
Parameters
- Items ListCustomLookupLookupItem
- A list of CustomLookupLookupItems
Return Value
StringAn xml string compatible with Custom-type lookuplists.
See Also