CategorySubqueryFilters Property |
Gets or sets the collection of category search filters.
Namespace: ConnectedApps.Cms.Entities.SearchAssembly: ConnectedApps.Cms (in ConnectedApps.Cms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ItemCollectionFilters<CategoryFilter> Filters { get; set; }
Public Property Filters As ItemCollectionFilters(Of CategoryFilter)
Get
Set
public:
property ItemCollectionFilters<CategoryFilter^>^ Filters {
ItemCollectionFilters<CategoryFilter^>^ get ();
void set (ItemCollectionFilters<CategoryFilter^>^ value);
}
member Filters : ItemCollectionFilters<CategoryFilter> with get, set
Property Value
Type:
ItemCollectionFiltersCategoryFilter
See Also