maxon.ASSET_FIND_MODE

Description

The flags of ASSET_FIND_MODE control the behavior of AssetRepositoryInterface.FindAssets().

Inheritance diagram

Inheritance

Attributes

maxon.ASSET_FIND_MODE.ALL

Set this flag to obtain all versions of the asset.

maxon.ASSET_FIND_MODE.CHECK_CANCELLATION

maxon.ASSET_FIND_MODE.LATEST

Set this flag to obtain only the latest version of the asset.

maxon.ASSET_FIND_MODE.NONE

No flag set.

maxon.ASSET_FIND_MODE.PREFIX

Set this flag to include assets for which the given identifier is a prefix of their identifier.

maxon.ASSET_FIND_MODE.PRIVATE_QUERY_REPOSITORY_VISIBILITY

maxon.ASSET_FIND_MODE.RANDOMIZED_ORDER

Set this flag when you want to get assets in randomized order, this is useful for parallelized code.

maxon.ASSET_FIND_MODE.WITHOUT_BASES

Set this flag if the asset shouldn’t be looked up in base repositories.

maxon.ASSET_FIND_MODE.WITH_DELETED

Set this flag to also find deleted assets.