Class QPPSaveOptions
The overridden QPP save options
Implements
System.ComponentModel.INotifyPropertyChanged
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.Data
Assembly: Quark.CMSAdapters.QPP.dll
Syntax
public class QPPSaveOptions : SaveOptions, INotifyPropertyChanged
Constructors
QPPSaveOptions()
Initializes a new instance of the QPPSaveOptions class.
Declaration
public QPPSaveOptions()
Properties
AddToWorkflowCheck
Gets or sets a value indicating whether to invoke add to workflow dialog or not.
Declaration
public bool AddToWorkflowCheck { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
AssetId
Gets or sets the asset identifier.
Declaration
public long AssetId { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Attributes
Gets or sets the attributes.
Declaration
public Dictionary<long, AttributeValue> Attributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.Int64, AttributeValue> | The attributes. |
InitialVersion
Gets or sets the initial version. This is applicable only for new documents.
Declaration
public AssetVersion InitialVersion { get; set; }
Property Value
Type | Description |
---|---|
AssetVersion | The initial version. |
Implements
System.ComponentModel.INotifyPropertyChanged