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
|
Method | Description | |
---|---|---|
Run ( ClientPipelineArgs args ) : void |
This method is fired by Execute. Runs through a range of checks to validate the event.
|
Method | Description | |
---|---|---|
PerformEvent ( ClientPipelineArgs args ) : void |
Performs the move/copy event after the validation is complete.
|
public Execute ( CommandContext context ) : void | ||
context | CommandContext | |
return | void |
public QueryState ( CommandContext context ) : CommandState | ||
context | CommandContext | |
return | CommandState |
protected Run ( ClientPipelineArgs args ) : void | ||
args | ClientPipelineArgs | |
return | void |