Click or drag to resize

IBlazeGetBrands Method

Returns brands

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
BlazeGetBrandsResponse GetBrands(
	string term = null,
	Nullable<int> start = null,
	Nullable<int> limit = null
)

Parameters

term (Optional)
Type: SystemString
The term to search.
start (Optional)
Type: SystemNullableInt32
The first item to return.
limit (Optional)
Type: SystemNullableInt32
The maximum number of brands to return.

Return Value

Type: BlazeGetBrandsResponse
The brands.
See Also