C# Class Sitecore.SharedSource.MoveValidator.CustomSitecore.Commands.CustomPasteFromClipBoard

Inheritance: PasteFromClipboard
Mostra file Open project: Velir/Sitecore-MoveValidator

Public Methods

Method Description
Execute ( CommandContext context ) : void

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard This method is fired in the pipeline as a validation check before the process executes.

QueryState ( CommandContext context ) : CommandState

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard

Protected Methods

Method Description
Run ( ClientPipelineArgs args ) : void

This method is fired by Execute. Runs through a range of checks to validate the event.

Private Methods

Method Description
PerformEvent ( ClientPipelineArgs args ) : void

Performs the move/copy event after the validation is complete.

Method Details

Execute() public method

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard This method is fired in the pipeline as a validation check before the process executes.
public Execute ( CommandContext context ) : void
context CommandContext
return void

QueryState() public method

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard
public QueryState ( CommandContext context ) : CommandState
context CommandContext
return CommandState

Run() protected method

This method is fired by Execute. Runs through a range of checks to validate the event.
protected Run ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
return void