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

Table 1. Multi-tenant Maintenance IUserPermissionSet interface methods
Method syntax Description
LOGICAL CanFind ( userId AS CHARACTER )
Returns TRUE if there is a user permissions object in the set that has its Id property set to userId.
LOGICAL Contains (
  user AS IUserPermission )
Returns TRUE if the user permissions object referenced by user is in the set.
IUserPermission Find ( userId AS CHARACTER )
Returns the user permissions object from the set that has its Id property set to userId. Returns the Unknown value (?) if the object is not found.

For more information, see: