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

Table 1. Multi-tenant Maintenance IUserTablePermissionSet 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.
VOID ExportNormalized (
  cFilename AS CHARACTER )
Export entity data in the collection to the file specified by cFilename.1 This method exports data in a more normal JSON format than the proprietary ProDataSet JSON format used by other Export*( ) and Import*( ) methods.
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:

1 Currently supports JSON (.json) files only.