Displays the details page for the specified XDP-created product.
public:
static IAsyncAction^ ShowDetailsAsync(
IUser^ requestingUser,
String^ productId
)
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.
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.
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.
Namespace: Windows.Xbox.ApplicationModel.Store
Metadata: windows.winmd