Click or drag to resize

DatabaseClassGetFavouriteItems Method

Returns a collection of list items in the user's favourites for the given table.

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

Parameters

i_TableId
Type: SuperOffice.COM.SuperOfficeDBSOTableId

Return Value

Type: IListTextItems

Implements

IDatabaseGetFavouriteItems(SOTableId)
See Also