IOfferCollection.ByCategory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the operations that can be applied on offers that belong to an offer category.
public Microsoft.Store.PartnerCenter.Offers.ICategoryOffersCollection ByCategory (string categoryId);
abstract member ByCategory : string -> Microsoft.Store.PartnerCenter.Offers.ICategoryOffersCollection
Public Function ByCategory (categoryId As String) As ICategoryOffersCollection
Parameters
- categoryId
- String
The offer category Id.
Returns
The category offers operations.