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