ICustomerProductCollection.ByTargetView(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 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
The catalog view operations by customer id and by target view.