Click or drag to resize

CustomLookup.CreateXMLString(CustomLookup.LookupItem[]) 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(
	CustomLookup.LookupItem[] Items
)

Parameters

Items  CustomLookup.LookupItem[]
An array of CustomLookup.LookupItem

Return Value

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