Product.ShowDetailsAsync Method

Displays the details page for the specified XDP-created product.

Syntax

public:
static IAsyncAction^ ShowDetailsAsync(
         IUser^ requestingUser,
         String^ productId
)  

Parameters

requestingUser
Type: IUser 

The user making the request.

productId
Type: String 

 The ID of the product to display. This is obtained from products created through XDP.

Return value

Type: IAsyncAction 

Returns an IAsyncAction object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncAction.Completed property.

Remarks

This API is intended for use with the legacy Xbox Catalog and Inventory service for products created through XDP. If your product was created in the Universal Dev Center it will not have a SignedOffer by default that will work with this API. For products created in UDC you should use the StoreId value and use ShowDetailsForStoreIdAsync.

Requirements

Namespace: Windows.Xbox.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

Product Class

Product Members

Windows.Xbox.ApplicationModel.Store Namespace