Click or drag to resize

DatabaseClassGetListItemByName Method

Return a given List Item in a given list table based on the text of the item rather than the id.

Namespace:  SuperOffice.COM.SuperOfficeDB
Assembly:  SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
Syntax
public virtual IListTextItem GetListItemByName(
	SOTableId TableId,
	string Name
)

Parameters

TableId
Type: SuperOffice.COM.SuperOfficeDBSOTableId
Name
Type: SystemString

Return Value

Type: IListTextItem

Implements

IDatabaseGetListItemByName(SOTableId, String)
See Also