Click or drag to resize

VGRoleCollectionGetSortedList Method

Returns a sorted collection using the specified VGRoleComparer object.

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 VGRoleCollection GetSortedList(
	VGRoleComparer comparer
)

Parameters

comparer
Type: Novalys.VisualGuard.Security.MembershipVGRoleComparer
A VGRoleComparer object used to compare the roles of the collection.

Return Value

Type: VGRoleCollection
A sorted collection
See Also