Search Results for

    Show / Hide Table of Contents

    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.

    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.