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