IUserTablePermissionSet methods
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Inherits methods from IDataAdminCollection and
defines the methods listed in the following table.
| Method syntax | Description |
|---|---|
|
Returns TRUE if there is a user
permissions object in the set that has its Id property
set to userId. |
|
Returns TRUE if the user permissions
object referenced by user is in the set. |
|
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. |
|
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. |
See also:
1 Currently supports
JSON (.json) files only.