Enum WMAssetIdentifier.VersionTypes
Supported version types and macros.
Namespace: Quantellia.WMServer.Asset.Model
Assembly: WMServer.dll
Syntax
public enum WMAssetIdentifier.VersionTypes
Fields
Name | Description |
---|---|
Head | Specifies the version which has been assigned with the Head status. |
Latest | Specifies the latest version, or the version with MAX(Version). |
None | No version provided. In GET and PUT contexts this is a macro for Head. |
Specific | Specifies a specific version. |