Class VersionArgs
Arguments for the versions of an asset.
Inherited Members
Namespace: Quantellia.WMServer.Asset.Model
Assembly: WMServer.dll
Syntax
public class VersionArgs
Properties
FullPathName
The FullPathName of the asset.
Declaration
public string FullPathName { get; set; }
Property Value
Type | Description |
---|---|
string |
ID
The ID of the asset
Declaration
public string ID { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
The status of the asset.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the asset.
Declaration
public int Version { get; set; }
Property Value
Type | Description |
---|---|
int |