DirPartyTable::nameCount Method
Gets the number of records in the address book that have a particular name and type.
Syntax
server public static Counter nameCount(Name _name, [DirPartyType _partyType])
Run On
Server
Parameters
- _name
Type: Name Extended Data Type
The name of the address book record to check.
- _partyType
Type: DirPartyType Enumeration
The party type of the address book record to check; optional.
Return Value
Type: Counter Extended Data Type
The number of records in the address book with the specified name and type.