Click or drag to resize

IDatabaseGetListItemByName 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.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
IListTextItem GetListItemByName(
	SOTableId TableId,
	string Name
)

Parameters

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

Return Value

Type: IListTextItem
See Also