Click or drag to resize

IAtomiaBillingApi.Search Method

Searches system for specified search string and returns results.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
GlobalSearchResultItem[] Search(
	string searchString,
	string[] objectsToSearch,
	int startRecord,
	int itemsPerPage,
	out int totalResultsCount
)

Parameters

searchString
Type: System.String
String containing search terms.
objectsToSearch
Type:System.String[]
Object to search through.
startRecord
Type: System.Int32
Ordinal number of starting record in search result set.
itemsPerPage
Type: System.Int32
Number of items to be returned starting from the startRecord
totalResultsCount
Type: System.Int32
Total number of results produced by search.

Return Value

Type:GlobalSearchResultItem[]
Results of performed search.
See Also