DirAddressBook::find Method
Finds an address book record in a DirAddressBook table.
Syntax
client server public static DirAddressBook find(DirAddressBookName _addressBookName, [boolean _forupdate])
Run On
Called
Parameters
- _addressBookName
Type: DirAddressBookName Extended Data Type
The address book name of the address book record.
- _forupdate
Type: boolean
A Boolean value that indicates whether to read the record for an update; optional.
Return Value
Type: DirAddressBook Table
A record in the DirAddressBook table; otherwise, an empty record.