Class GeneralSettings
Class to store general settings.
Inheritance
System.Object
GeneralSettings
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.Core.Data
Assembly: Quark.CMSAdapters.Core.dll
Syntax
[Serializable]
public class GeneralSettings
Constructors
GeneralSettings()
Initializes a new instance of the GeneralSettings class.
Declaration
public GeneralSettings()
GeneralSettings(Dictionary<String, Object>)
Initializes a new instance of the GeneralSettings class.
Declaration
public GeneralSettings(Dictionary<string, object> settings)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | settings |
Fields
PREFERENCE_KEY
The PREFERENCE KEY
Declaration
public const string PREFERENCE_KEY = "general"
Field Value
Type | Description |
---|---|
System.String |
Properties
AutoSaveRevision
Gets or sets the AutoSave Revision option.
Declaration
public bool AutoSaveRevision { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | check Auto save Revision true or false . |
CollectionStructureState
Gets or sets the collection state option.
Declaration
public bool CollectionStructureState { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | check collection status true or false . |
FileDeletionOption
Gets or sets the file deletion option.
Declaration
public FileDeletionOptions FileDeletionOption { get; set; }
Property Value
Type | Description |
---|---|
FileDeletionOptions | The file deletion option. |
PublishingOutputLocation
Gets or sets the publishing document download location.
Declaration
public string PublishingOutputLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String | The check out location. |
RevisionCommentsDisplayOption
Gets or sets the revision comments display option.
Declaration
public RevisionCommentsDisplayOptions RevisionCommentsDisplayOption { get; set; }
Property Value
Type | Description |
---|---|
RevisionCommentsDisplayOptions | The revision comments display option. |