Method syntax
|
Description
|
LOGICAL CanFind ( fieldName AS CHARACTER )
|
Returns TRUE if there is a field permissions object in the set that has its Name property set to fieldName.
|
LOGICAL Contains (
fieldImpl AS IUserFieldPermission ) |
Returns TRUE if the field permissions object referenced by fieldmpl is in the set.
|
IUserFieldPermission Find (
fieldName AS CHARACTER ) |
Returns the field permissions object from the set that has its Name property set to fieldName. Returns the Unknown value (?) if the object is not found.
|