Saturday, March 19, 2016

How to invoke/Call custom Pipeline


To call the pipeline use the CorePipeline.Run method as follows:
var pipelineArgs = new MyPipelineArgs();
 pipelineArgs.DbName = master;
 pipelineArgs.Item = blogCommentItem;

 CorePipeline.Run("CustomPipeline", pipelineArgs);




No comments:

Post a Comment