DirPartyTable::nameLikeCount Method
Gets the number of records in the address book that have a partial match for name and type.
Syntax
server public static Counter nameLikeCount(Name _name, [DirPartyType _partyType])
Run On
Server
Parameters
- _name
Type: Name Extended Data Type
The partial name of the address book record which must be checked.
- _partyType
Type: DirPartyType Enumeration
The party type of the address book record which must be checked; optional.
Return Value
Type: Counter Extended Data Type
The number of records in address book that have a partial match for name and type.