Class AssetStateSearchCriteria
A simple Asset type search but wrapped in a type.
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class AssetStateSearchCriteria : BaseSearchCriteria
Methods
Clear()
Clears the criteria fields.
Declaration
public override void Clear()
Overrides
WithValue(AssetState)
Sets the value of the AssetState criteria.
Declaration
public void WithValue(AssetState assetState)
Parameters
Type | Name | Description |
---|---|---|
AssetState | assetState | The asset state to match. |