Search Results for

    Show / Hide Table of Contents

    Class PublishingManager

    IPublishingManager interface implementation

    Inheritance
    System.Object
    PublishingManager
    Implements
    IPublishingManager
    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 PublishingManager : IPublishingManager

    Constructors

    PublishingManager()

    Initializes a new instance of the PublishingManager class.

    Declaration
    public PublishingManager()

    Properties

    AllowLivePreview

    Gets a value indicating whether live preview is allowed.

    Declaration
    public 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
    public 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.

    Exceptions
    Type Condition
    System.NotImplementedException

    Validate(String, String)

    Validates the specified privilege on server document.

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

    The urn.

    System.String privilegeId

    The privilege identifier.

    Exceptions
    Type Condition
    System.NotImplementedException

    Implements

    IPublishingManager

    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.