ICategoryOffersCollection.Get Method

Definition

Overloads

Get()

Retrieves all the offers in the given offer category.

Get(Int32, Int32)

Retrieves a subset of offers in the given offer category.

Get()

Retrieves all the offers in the given offer category.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.Offer> Get ();

Returns

The offers in the given offer category.

Implements

Applies to

Get(Int32, Int32)

Retrieves a subset of offers in the given offer category.

public Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.Offer> Get (int offset, int size);

Parameters

offset
Int32

The starting index.

size
Int32

The maximum number of offers to return.

Returns

The requested segment of the offers in the given offer category.

Implements

Applies to