ICustomerProductCollection.ByTargetView(String) Method

Definition

Retrieves the operations that can be applied on products in a given catalog view and that apply to a given customer.

public Microsoft.Store.PartnerCenter.Customers.Products.ICustomerProductCollectionByTargetView ByTargetView (string targetView);
abstract member ByTargetView : string -> Microsoft.Store.PartnerCenter.Customers.Products.ICustomerProductCollectionByTargetView
Public Function ByTargetView (targetView As String) As ICustomerProductCollectionByTargetView

Parameters

targetView
String

The product target view.

Returns

ICustomerProductCollectionByTargetView

The catalog view operations by customer id and by target view.

Applies to