Click or drag to resize

DatabaseClassGetHistoryItemsByTableNameAndExtraId Method

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

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

Parameters

i_TableName
Type: SystemString
i_ExtraId
Type: SystemInt32

Return Value

Type: IListTextItems

Implements

IDatabaseGetHistoryItemsByTableNameAndExtraId(String, Int32)
See Also