Click or drag to resize
CustomLookup.CreateXMLString Method (List<CustomLookup.LookupItem>)
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.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public static string CreateXMLString(
	List<CustomLookup. LookupItem> Items
)

Parameters

Items
Type: System.Collections.Generic.List<CustomLookup.LookupItem>
A list of CustomLookup. LookupItems

Return Value

Type: String
An xml string compatible with Custom-type lookuplists.
See Also