IFieldPermissionSet methods

Inherits methods from IDataAdminCollection and defines the methods listed in the following table.

Table 1. Multi-tenant Maintenance IFieldPermissionSet interface methods
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 IFieldPermission )
Returns TRUE if the field permissions object referenced by fieldImpl is in the set.
IFieldPermission 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.

See also: