DirPolicyPartition::exist Method
Determines whether a record exists, based on the partition and policy type.
Syntax
client server public static boolean exist(DirPolicyType _policyType, [RefRecId _partition])
Run On
Called
Parameters
- _policyType
Type: DirPolicyType Enumeration
The type of policy to search on.
- _partition
Type: RefRecId Extended Data Type
The partition to search on.
Return Value
Type: boolean
true if the record exists; otherwise, false.