ResolveEffectiveRoles

Resolves the effective roles for the user.

Syntax

void ResolveEffectiveRoles(IHierarchicalZone zone)

void ResolveEffectiveRoles(IHierarchicalZoneComputer computer)

Parameters

Specify one of the following parameters when using this method.

Parameter Description
zone The zone for which you want the group and user role assignments.
computer The computer for which you want the group and user role assignments.

Discussion

This method resolves the groups and roles of the user in the specified zone or computer and parent zones. If you specify a zone, the method ignores computer-level roles and groups. If you specify a computer, the method considers only roles and groups defined for that computer. For a discussion of roles in hierarchical zones, see the HierarchicalUser class.