Namespace Quantellia.WMServer.Asset.Model
Classes
VersionArgs
Arguments for the versions of an asset.
VersionCreateArgs
Arguments for creating a new version
WMAssetIdentifier
Contains all of the logic necessary to identify, parse, and organize asset identifiers. Given the increasing complexity of identifiers (i.e. IDs, FullPathNames, and now versions), it is necessary to reduce duplicated code. This class will stand in for a string anywhere a directory or ID is used other than as properties in assets, and in GET functions for assets.
Interfaces
IWMVersionableAsset
Contains properties for versioned assets.
Enums
IWMVersionableAsset.StatusType
Allowed status strings
WMAssetIdentifier.VersionTypes
Supported version types and macros.