Class TaxonomySearchFilter
A structure for defining the criteria of an AssetTaxonomy search request.
Inherited Members
Namespace: Unity.Cloud.Assets
Syntax
public class TaxonomySearchFilter : ComplexSearchCriteria<AssetTaxonomy>, ISearchCriteria
Properties
Level1
Taxonomy Level 1.
Declaration
public SearchCriteria<string> Level1 { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Level2
Taxonomy Level 2.
Declaration
public SearchCriteria<string> Level2 { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Level3
Taxonomy Level 3.
Declaration
public SearchCriteria<string> Level3 { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Level4
Taxonomy Level 4.
Declaration
public SearchCriteria<string> Level4 { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
Level5
Taxonomy Level 5.
Declaration
public SearchCriteria<string> Level5 { get; }
Property Value
Type | Description |
---|---|
SearchCriteria<String> |
SearchKey
Declaration
public override string SearchKey { get; }
Property Value
Type | Description |
---|---|
String |
Overrides
Unity.Cloud.Assets.ComplexSearchCriteria<Unity.Cloud.Assets.AssetTaxonomy>.SearchKey