Provides access to members that control a filter based on URI product name.
Members
Name | Description | |
---|---|---|
ProductNames | The product names of item URIs allowed to pass through the filter. Calls to IItemURIFilter.ApplyFilter method will return FALSE for those item URIs with product names that don't appear in this array. |
IURIProductNameFilter.ProductNames Property
The product names of item URIs allowed to pass through the filter. Calls to IItemURIFilter.ApplyFilter method will return FALSE for those item URIs with product names that don't appear in this array.
Public Property ProductNames As IStringArray
public IStringArray ProductNames {get; set;}
Classes that implement IURIProductNameFilter
Classes | Description |
---|---|
URIProductNameFilter | A URI filter object for product names. |