Class PublishingManager
IPublishingManager interface implementation
Inheritance
System.Object
PublishingManager
Implements
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 |
|
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 |