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

Inheritance: CopyItems
显示文件 Open project: Velir/Sitecore-MoveValidator

Public Methods

Method Description
ConstrainMove ( ClientPipelineArgs args ) : void

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

Private Methods

Method Description
GetDatabase ( ClientPipelineArgs args ) : Database

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

GetItems ( ClientPipelineArgs args ) : List

Copied Sitecore.Shell.Framework.Pipelines.CopyItems is listed as private in Sitecore

GetTarget ( ClientPipelineArgs args ) : Item

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

Method Details

ConstrainMove() public method

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