Click or drag to resize

CustomLookupCreateXMLString Method (CustomLookupLookupItem)

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(
	CustomLookupLookupItem[] Items
)

Parameters

Items
Type: ATR.CT.CTInterfaceCustomLookupLookupItem
An array of CustomLookupLookupItem

Return Value

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