Class SaveContentEventArgs
Event arguments used for save-related events.
Inherited Members
Namespace: EPiServer
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class SaveContentEventArgs : ContentEventArgs
Constructors
SaveContentEventArgs(ContentReference, IContent, SaveAction, StatusTransition)
Initializes a new instance of the Save
Declaration
public SaveContentEventArgs(ContentReference contentLink, IContent content, SaveAction action, StatusTransition transition)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | |
IContent | content | |
Save |
action | |
Status |
transition |
Properties
Action
Gets the requested save action.
Declaration
public SaveAction Action { get; }
Property Value
Type | Description |
---|---|
Save |
The save action. |
ForceCurrentVersion
Gets or sets a value indicating whether to save to overwrite the current version.
Declaration
public bool ForceCurrentVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
MaskedAction
Gets the save action without any Force... flags.
Declaration
public SaveAction MaskedAction { get; }
Property Value
Type | Description |
---|---|
Save |
The masked action. |
RequireNewVersion
Gets or sets a value indicating whether the save operation will force a new version of the content.
Declaration
public bool RequireNewVersion { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Transition
Gets information on the transition that will happen or that has just completed.
Declaration
public StatusTransition Transition { get; }
Property Value
Type | Description |
---|---|
Status |
Remarks
Changes made to the save action by modifying the Require