Click or drag to resize

GenericSPGetItems Method

Convert a SIS List into an array of Items with their details.

Namespace:  Cadcorp.GFB.CadcorpSP
Assembly:  Cadcorp.GFB.GenericStoredProcedures (in Cadcorp.GFB.GenericStoredProcedures.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public Item[] GetItems(
	string list
)

Parameters

list
Type: SystemString
The name of the list.

Return Value

Type: Item
An array of fully-populated Item structures.
Remarks
The item that was open at the start of this call will remain so at the end.
See Also