Click or drag to resize

VGGroupsInstanceFindGroupsByProfileAttributeValue Method (Guid, Object, Int32, Int32, VGSortOrderType, VGGroupSortByColumnType, Int32)

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> FindGroupsByProfileAttributeValue(
	Guid profileAttributeId,
	Object attributeValueToMatch,
	int pageIndex,
	int pageSize,
	VGSortOrderType sortOrder,
	VGGroupSortByColumnType sortBy,
	out int totalRecords
)

Parameters

profileAttributeId
Type: SystemGuid
attributeValueToMatch
Type: SystemObject
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
sortOrder
Type: VGSortOrderType
sortBy
Type: VGGroupSortByColumnType
totalRecords
Type: SystemInt32

Return Value

Type: ListVGGroup
See Also