Click or drag to resize

VGGroupsInstanceGetAllGroupsAllowedForMultiProfileValues Method (Int32, Int32, VGSortOrderType, VGGroupSortByColumnType, Int32)

Gets all groups which are allowed to specify multi user profile values.

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 List<VGGroup> GetAllGroupsAllowedForMultiProfileValues(
	int pageIndex,
	int pageSize,
	VGSortOrderType sortOrder,
	VGGroupSortByColumnType sortBy,
	out int totalRecords
)

Parameters

pageIndex
Type: SystemInt32
0 based pageIndex
pageSize
Type: SystemInt32
pagesize
sortOrder
Type: VGSortOrderType
sortOrder
sortBy
Type: VGGroupSortByColumnType
sortBy
totalRecords
Type: SystemInt32
out total no of counts

Return Value

Type: ListVGGroup
Groups which are allowed to specify multi user profile values.
See Also