Click or drag to resize
ICustomerHistoryManagerSearch Method (IAuthorize, PaginationRequestICustomerHistory, String, Int64, Int64)

[This is preliminary documentation and is subject to change.]

Searches customers based on user's current settings

Namespace: Netadmin.Management.Customer
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IPagination<ICustomerHistory> Search(
	IAuthorize auth,
	PaginationRequest<ICustomerHistory> request,
	string searchWord,
	long currentUserId,
	long currentCompany
)

Parameters

auth
Type: IAuthorize
The user's auth object
request
Type: Netadmin.Management.Common.CorePaginationRequestICustomerHistory
A pagination request
searchWord
Type: SystemString
The searchword
currentUserId
Type: SystemInt64
The current user's id
currentCompany
Type: SystemInt64
The current company id

Return Value

Type: IPaginationICustomerHistory
A pagination of the result
See Also