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

Inheritance: PasteFromClipboard
Afficher le fichier Open project: Velir/Sitecore-MoveValidator

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Run ( ClientPipelineArgs args ) : void

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

Private Methods

Méthode Description
PerformEvent ( ClientPipelineArgs args ) : void

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

Method Details

Execute() public méthode

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
Résultat void

QueryState() public méthode

Copied Sitecore.Shell.Framework.Commands.PasteFromClipboard
public QueryState ( CommandContext context ) : CommandState
context CommandContext
Résultat CommandState

Run() protected méthode

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