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
SyntaxIListTextItem GetListItemByName(
SOTableId TableId,
string Name
)
Function GetListItemByName (
TableId As SOTableId,
Name As String
) As IListTextItem
Dim instance As IDatabase
Dim TableId As SOTableId
Dim Name As String
Dim returnValue As IListTextItem
returnValue = instance.GetListItemByName(TableId,
Name)
IListTextItem^ GetListItemByName(
[InAttribute] SOTableId TableId,
[InAttribute] String^ Name
)
Parameters
- TableId
- Type: SuperOffice.COM.ApplicationSOTableId
- Name
- Type: SystemString
Return Value
Type:
IListTextItem
See Also