Click or drag to resize

DatabaseClassGetList Method

Returns a collection of list items for a given list item table.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual IListTextItems GetList(
	SOTableId TableId
)

Parameters

TableId
Type: SuperOffice.COM.SuperOfficeDBSOTableId

Return Value

Type: IListTextItems

Implements

IDatabaseGetList(SOTableId)
See Also