TOPICA Basic Class PermissionCollection |
[This is preliminary documentation and is subject to change.]
The PermissionCollection class is a collection of Permission objects.
Property | Type | Description |
---|---|---|
ToString | String | Returns a string representation for debugging etc. |
ToLines | String | Returns a string representation of the Permission objects in the collection, each line containing the string representation of one Permission object. The lines are separated by Newline. |
Count | Integer | Number of objects in the collection |
Item | See indexing below. |
Index type | Description | ||||||
---|---|---|---|---|---|---|---|
Integer | Zero-based: EmployeeUser.Permissions[0] returns the first Permission related to the Employee user. | ||||||
String | Look-up by permission name. May be used to test the logged in Employee user's permissions (= access rights).
|