maxon.ASSET_FIND_MODE¶
Description¶
The flags of ASSET_FIND_MODE control the behavior of AssetRepositoryInterface.FindAssets()
.
Inheritance diagram¶
Inheritance
Attributes¶
Set this flag to obtain all versions of the asset. |
|
Set this flag to obtain only the latest version of the asset. |
|
No flag set. |
|
Set this flag to include assets for which the given identifier is a prefix of their identifier. |
|
Set this flag when you want to get assets in randomized order, this is useful for parallelized code. |
|
Set this flag if the asset shouldn’t be looked up in base repositories. |
|
Set this flag to also find deleted assets. |