Click or drag to resize

GlobalSearchHelperSearch Method

Searches system for specified search string.

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

Parameters

searchString
Type: SystemString
The search string.
objectsToSearch
Type: SystemString
Objects to search through.
startRecord
Type: SystemInt32
Ordinal number of starting record.
itemsPerPage
Type: SystemInt32
Items per page.
totalResultsCount
Type: SystemInt32
Number of total results.

Return Value

Type: GlobalSearchResultItem
Array of GlobalSearchResultItem objects which contain search results.
See Also