Returns a collection of list items for a given list item table.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxIListTextItems GetList(
SOTableId TableId
)
Function GetList (
TableId As SOTableId
) As IListTextItems
Dim instance As IDatabase
Dim TableId As SOTableId
Dim returnValue As IListTextItems
returnValue = instance.GetList(TableId)
IListTextItems^ GetList(
[InAttribute] SOTableId TableId
)
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
Return Value
Type:
IListTextItems
See Also