Search Results for

    Show / Hide Table of Contents

    Interface IPublishingManager

    Defines the publishing manager interface.

    Namespace: Quark.CMSAdapters.Core.Interfaces
    Assembly: Quark.CMSAdapters.Core.dll
    Syntax
    public interface IPublishingManager

    Properties

    AllowLivePreview

    Gets a value indicating whether live preview is allowed.

    Declaration
    bool AllowLivePreview { get; }
    Property Value
    Type Description
    System.Boolean

    true if live preview is allowed; otherwise, false.

    Methods

    Validate(String, Dictionary<String, AttributeInfo>, String)

    Validates the specified privilege on local document.

    Declaration
    void Validate(string filePath, Dictionary<string, AttributeInfo> attributes, string privilegeId)
    Parameters
    Type Name Description
    System.String filePath

    The file path.

    System.Collections.Generic.Dictionary<System.String, AttributeInfo> attributes

    The attributes.

    System.String privilegeId

    The privilege identifier.

    Validate(String, String)

    Validates the specified privilege on server document.

    Declaration
    void Validate(string urn, string privilegeId)
    Parameters
    Type Name Description
    System.String urn

    The urn.

    System.String privilegeId

    The privilege identifier.

    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.