Class AssetDraft
Represents asset draft
Inheritance
System.Object
AssetDraft
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.CMSAdapters.QPP
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class AssetDraft : IDocumentDraft
Constructors
AssetDraft(Int64)
Initializes a new instance of the AssetDraft class.
Declaration
public AssetDraft(long assetId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | assetId | The asset identifier. |
Properties
LastModified
Gets or sets the last modified.
Declaration
public string LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.String | The last modified. |
Methods
Download(String)
Downloads the specified draft file.
Declaration
public void Download(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | The file path. |