Namespaces | |
maxon | |
Typedefs | |
using | IdAndVersion = Tuple< Id, Id > |
Enumerations | |
enum class | ASSET_UPDATE_POLICY { NEVER , EXPLICIT , IMPLICIT } |
Functions | |
enum maxon::ASSET_UPDATE_POLICY | MAXON_ENUM_LIST (ASSET_UPDATE_POLICY, "net.maxon.datatype.enum.asset_update_policy") |
Variables | |
NEVER | |
EXPLICIT | |
IMPLICIT | |
NEVER |
The asset is never updated, so the link always points to the exact version recorded in the link.
EXPLICIT |
The asset isn't updated implicitly, but the user is asked if the link shall point to the latest version if there is a newer version than the one recorded in the link.
IMPLICIT |
The asset is updated implicitly whenever a newer version of the asset exists.