Click or drag to resize

IShopHelperSearchShops Method

Searches the shops.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
SearchResult<Shop> SearchShops(
	int firstRow,
	int pageSize,
	string order,
	string propertyNameToOrder,
	Dictionary<string, SearchRestriction> disjunctions,
	Dictionary<string, SearchRestriction> conjuctions,
	Guid resellerId,
	bool detailsOnly
)

Parameters

firstRow
Type: SystemInt32
The first row.
pageSize
Type: SystemInt32
Size of the page.
order
Type: SystemString
The order.
propertyNameToOrder
Type: SystemString
The property name to order.
disjunctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The disjunctions.
conjuctions
Type: System.Collections.GenericDictionaryString, SearchRestriction
The conjuctions.
resellerId
Type: SystemGuid
The reseller identifier.
detailsOnly
Type: SystemBoolean
If set to true will return shop details only, without items.

Return Value

Type: SearchResultShop
List of shops.
See Also