ProjectAssetSearch.Options
public class ProjectAssetSearch.OptionsControls project search text, asset type, extension handling, result limits, tags, metadata, and optional usage calculation.
Fields
Section titled “Fields”
SearchPhrase
Section titled “SearchPhrase”public string SearchPhraseReturns
System.String
RawSearchType
Section titled “RawSearchType”public string RawSearchTypeReturns
System.String
IgnoreExcludedExtensions
Section titled “IgnoreExcludedExtensions”public bool IgnoreExcludedExtensionsReturns
System.Boolean
MaxResults
Section titled “MaxResults”public int MaxResultsReturns
System.Int32
CurrentPage
Section titled “CurrentPage”public int CurrentPageReturns
System.Int32
SearchWidth
Section titled “SearchWidth”public string SearchWidthReturns
System.String
CheckMaxWidth
Section titled “CheckMaxWidth”public bool CheckMaxWidthReturns
System.Boolean
SearchHeight
Section titled “SearchHeight”public string SearchHeightReturns
System.String
CheckMaxHeight
Section titled “CheckMaxHeight”public bool CheckMaxHeightReturns
System.Boolean
SearchLength
Section titled “SearchLength”public string SearchLengthReturns
System.String
CheckMaxLength
Section titled “CheckMaxLength”public bool CheckMaxLengthReturns
System.Boolean
SearchSize
Section titled “SearchSize”public string SearchSizeReturns
System.String
CheckMaxSize
Section titled “CheckMaxSize”public bool CheckMaxSizeReturns
System.Boolean
SearchVertexCount
Section titled “SearchVertexCount”public string SearchVertexCountReturns
System.String
CheckMaxVertexCount
Section titled “CheckMaxVertexCount”public bool CheckMaxVertexCountReturns
System.Boolean
SelectedImageType
Section titled “SelectedImageType”public int SelectedImageTypeReturns
System.Int32
ImageTypeOptions
Section titled “ImageTypeOptions”public string[] ImageTypeOptionsReturns
System.String[]
SortField
Section titled “SortField”public int SortFieldReturns
System.Int32
SortDescending
Section titled “SortDescending”public bool SortDescendingReturns
System.Boolean
Methods
Section titled “Methods”
CreateDefault()
Section titled “CreateDefault()”public static ProjectAssetSearch.Options CreateDefault()Creates options populated from the active catalog and current Asset Inventory configuration.
Returns
AssetInventory.ProjectAssetSearch.Options
FromSavedSearch(SavedSearch)
Section titled “FromSavedSearch(SavedSearch)”public static ProjectAssetSearch.Options FromSavedSearch(SavedSearch savedSearch)Creates executable search options from the supplied saved-search record.
Parameters
| Name | Type |
|---|---|
savedSearch |
AssetInventory.SavedSearch |
Returns
AssetInventory.ProjectAssetSearch.Options
Constructors
Section titled “Constructors”
Options()
Section titled “Options()”public Options()