Click or drag to resize

IAtomiaBillingApiSearch 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: SystemString
String containing search terms.
objectsToSearch
Type: SystemString
Object to search through.
startRecord
Type: SystemInt32
Ordinal number of starting record in search result set.
itemsPerPage
Type: SystemInt32
Number of items to be returned starting from the startRecord
totalResultsCount
Type: SystemInt32
Total number of results produced by search.

Return Value

Type: GlobalSearchResultItem
Results of performed search.
See Also