Click or drag to resize
CustomLookupCreateXMLString Method (ListCustomLookupLookupItem)
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<CustomLookupLookupItem> Items
)

Parameters

Items
Type: System.Collections.GenericListCustomLookupLookupItem
A list of CustomLookupLookupItems

Return Value

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