Search Results for

    Show / Hide Table of Contents

    Class AssetDraft

    Represents asset draft

    Inheritance
    System.Object
    AssetDraft
    Implements
    IDocumentDraft
    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.

    Implements

    IDocumentDraft

    Extension Methods

    UtilityExtensions.DeepClone<T>(T)
    UtilityExtensions.IsMethodImplemented(Object, String)
    UtilityExtensions.LogError(Object, String)
    UtilityExtensions.ShowAndLogError(Object)
    UtilityExtensions.ShowAndLogError(Object, Window)
    UtilityExtensions.ShowAndLogError(Object, String, Window, String, String)
    UtilityExtensions.GetJsonValue<T>(Object, String, Boolean)
    UtilityExtensions.ToAssetInfo(Object, Nullable<Boolean>)
    In This Article
    Back to top © 2022 Quark Software Inc. All rights reserved.