Click or drag to resize

IDatabaseGetHistoryItemsByTableNameAndExtraId Method

Returns a collection of list items in the user's history for the given table name and extra id.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IListTextItems GetHistoryItemsByTableNameAndExtraId(
	string i_TableName,
	int i_ExtraId
)

Parameters

i_TableName
Type: SystemString
i_ExtraId
Type: SystemInt32

Return Value

Type: IListTextItems
See Also