CanReadChildren(IUser):Boolean

Checks whether the indicated user may, in the current context, read data objects underneath the current data object.

This method checks the permission for a user 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.

Return type: System.Boolean

Parameter

user

Type: Onion.Client.IUser

This parameter indicates the user for whom the permission is to be checked.