CanList(IGroup):Boolean
Checks whether the members of the indicated group may, in the current context, list the data objects underneath the current data object.
This method checks the permission for a group in the current context for the current data object. The current context is the context the executing user was in at the time of calling the current data object.
If the data object is first called by the executing user in the Productive Environment and then a ChangeSet entered, the context for the data object continues to be the Productive Environment. In this case, the permission is also checked in the context of the Productive Environment.
The listing of a data object makes it possible for a user to see a data object, although not its content however. This permission is useful in cases where the data object is referenced in another data object. It means the user can see which data object is concerned, although he cannot access the content of the data object. If it is to be possible for the user to view this data object also, then the user must have the permission "reading" for this object.
Parameter
- group
Type: Onion.Client.IGroup
This parameter indicates the group for which the permission is to be checked.