Click or drag to resize

VGGroupsInstanceFindGroupsByName Method (Int32, Int32, String, VGGroup, VGSortOrderType, VGGroupSortByColumnType, Int32)

Find groups by groupname pattern.

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> FindGroupsByName(
	int pageIndex,
	int pageSize,
	string groupNamePattern,
	VGGroup parentGroup,
	VGSortOrderType sortOrder,
	VGGroupSortByColumnType sortBy,
	out int totalRecords
)

Parameters

pageIndex
Type: SystemInt32
pageIndex (0 based)
pageSize
Type: SystemInt32
pageSize
groupNamePattern
Type: SystemString
groupname to find
parentGroup
Type: Novalys.VisualGuard.Security.MembershipVGGroup
parentGroup
sortOrder
Type: VGSortOrderType
sort order
sortBy
Type: VGGroupSortByColumnType
sort by
totalRecords
Type: SystemInt32
total records

Return Value

Type: ListVGGroup
ListVGGroup
See Also