You are here: RainWorx.FrameWorx.DAL > IDataContext Interface > IDataContext Methods > SearchUsers Method

IDataContextSearchUsers Method

AuctionWorx 3.5 API

Namespace:  RainWorx.FrameWorx.DAL
Assembly:  RainWorx.FrameWorx.DAL (in RainWorx.FrameWorx.DAL.dll) Version: 3.5

Syntax

C#
Page<User> SearchUsers(
	string actingUserName,
	int Id,
	string searchUserName,
	string searchFirstName,
	string searchLastName,
	string searchEmail,
	string searchStatus,
	string searchRole,
	string sortColumn,
	bool sortDescending,
	int pageIndex,
	int pageSize
)

Parameters

actingUserName
Type: SystemString
Id
Type: SystemInt32
searchUserName
Type: SystemString
searchFirstName
Type: SystemString
searchLastName
Type: SystemString
searchEmail
Type: SystemString
searchStatus
Type: SystemString
searchRole
Type: SystemString
sortColumn
Type: SystemString
sortDescending
Type: SystemBoolean
pageIndex
Type: SystemInt32
pageSize
Type: SystemInt32

Return Value

Type: PageUser
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.