Click or drag to resize

VGMembershipInstanceFindUsersByProfileAttributeValue Method (Guid, Object, Int32, Int32, VGPrincipalSortByColumnType, VGSortOrderType, Int32)

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGMembershipUserCollection FindUsersByProfileAttributeValue(
	Guid profileAttributeId,
	Object attributeValueToMatch,
	int pageIndex,
	int pageSize,
	VGPrincipalSortByColumnType sortBy,
	VGSortOrderType sortOrder,
	out int totalRecords
)

Parameters

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

Return Value

Type: VGMembershipUserCollection
See Also