Click or drag to resize

VGAuditingInstanceGetRolesTree Method (VGMembershipUser, ListVGApplication, ListVGContextualGroup)

This method returns Tree of roles for user based on provided applications list and contextual groups list.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public VGAuditHierarchyRolesTree GetRolesTree(
	VGMembershipUser user,
	List<VGApplication> lstApplications,
	List<VGContextualGroup> lstContextualGroups
)

Parameters

user
Type: Novalys.VisualGuard.Security.MembershipVGMembershipUser
VGMembershipUser
lstApplications
Type: System.Collections.GenericListVGApplication
List of VGApplications
lstContextualGroups
Type: System.Collections.GenericListVGContextualGroup
List of VGContextual Groups

Return Value

Type: VGAuditHierarchyRolesTree
Roles for user
See Also