Click or drag to resize

VGRolesInstanceFindRolesByProfileAttributeValue Method (Guid, Object, Int32, Int32, VGSortOrderType, VGRoleSortByColumnType, 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 List<VGRole> FindRolesByProfileAttributeValue(
	Guid profileAttributeId,
	Object attributeValueToMatch,
	int pageIndex,
	int pageSize,
	VGSortOrderType sortOrder,
	VGRoleSortByColumnType sortBy,
	out int totalRecords
)

Parameters

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

Return Value

Type: ListVGRole
See Also