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.CustomerAssembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
SyntaxIPagination<ICustomerHistory> Search(
IAuthorize auth,
PaginationRequest<ICustomerHistory> request,
string searchWord,
long currentUserId,
long currentCompany
)
Function Search (
auth As IAuthorize,
request As PaginationRequest(Of ICustomerHistory),
searchWord As String,
currentUserId As Long,
currentCompany As Long
) As IPagination(Of ICustomerHistory)
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:
IPaginationICustomerHistoryA pagination of the result
See Also