Click or drag to resize

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.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public static string CreateXMLString(
	CustomLookupLookupItem[] Items
)

Parameters

Items  CustomLookupLookupItem
An array of CustomLookupLookupItem

Return Value

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