Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public VGMembershipUserCollection FindUsersWithoutApplications(
	VGApplication app,
	int pageIndex,
	int pageSize,
	VGPrincipalSortByColumnType sortBy,
	VGSortOrderType sortOrder,
	out int totalRecords
)
Visual Basic
Public Function FindUsersWithoutApplications ( 
	app As VGApplication,
	pageIndex As Integer,
	pageSize As Integer,
	sortBy As VGPrincipalSortByColumnType,
	sortOrder As VGSortOrderType,
	<OutAttribute> ByRef totalRecords As Integer
) As VGMembershipUserCollection

Parameters

app
Type: Novalys.VisualGuard.Security.Membership..::..VGApplication
pageIndex
Type: System..::..Int32
pageSize
Type: System..::..Int32
sortBy
Type: VGPrincipalSortByColumnType
sortOrder
Type: VGSortOrderType
totalRecords
Type: System..::..Int32%

Return Value

Type: VGMembershipUserCollection

See Also