C# Class Sitecore.SharedSource.MoveValidator.CustomSitecore.Pipelines.CustomMoveItems

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

Méthodes publiques

Méthode Description
ConstrainMove ( ClientPipelineArgs args ) : void

This method is fired in the pipeline as a validation check before the process executes.

Private Methods

Méthode Description
GetDatabase ( ClientPipelineArgs args ) : Database

Copied Sitecore.Shell.Framework.Pipelines.MoveItems Method is listed as private in Sitecore

GetItems ( ClientPipelineArgs args ) : List

Copied Sitecore.Shell.Framework.Pipelines.MoveItems Method is listed as private in Sitecore

GetTarget ( ClientPipelineArgs args ) : Item

Copied Sitecore.Shell.Framework.Pipelines.MoveItems Method is listed as private in Sitecore

Method Details

ConstrainMove() public méthode

This method is fired in the pipeline as a validation check before the process executes.
public ConstrainMove ( ClientPipelineArgs args ) : void
args ClientPipelineArgs
Résultat void