Click or drag to resize

VGMembershipInstanceFindUsersWithoutApplications Method (VGApplication, 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 FindUsersWithoutApplications(
	VGApplication app,
	int pageIndex,
	int pageSize,
	VGPrincipalSortByColumnType sortBy,
	VGSortOrderType sortOrder,
	out int totalRecords
)

Parameters

app
Type: Novalys.VisualGuard.Security.MembershipVGApplication
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32
sortBy
Type: VGPrincipalSortByColumnType
sortOrder
Type: VGSortOrderType
totalRecords
Type: SystemInt32

Return Value

Type: VGMembershipUserCollection
See Also