Click or drag to resize
CustomLookup.CreateXMLString Method (CustomLookup.LookupItem[])

[This is preliminary documentation and is subject to change.]

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

Parameters

Items
Type:ATR.CT.CTInterface.CustomLookup.LookupItem[]
An array of CustomLookup.LookupItem

Return Value

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