Interface IDocumentDraft
Represents document draft.
Namespace: Quark.CMSAdapters.Core.Interfaces
Assembly: Quark.CMSAdapters.Core.dll
Syntax
public interface IDocumentDraft
Properties
LastModified
Gets or sets the last modified.
Declaration
string LastModified { get; set; }
Property Value
Type | Description |
---|---|
System.String | The last modified. |
Methods
Download(String)
Downloads the specified draft file.
Declaration
void Download(string filePath)
Parameters
Type | Name | Description |
---|---|---|
System.String | filePath | The file path. |