Thursday, December 30, 2010

Finding the pipeline in which plugin is executing

The InvocationSource property is an integer value that you can use to determine whether the current plug-in is running in a child pipeline or Parent pipeline.

MessageInvocationSource Values

Field : Child
Value : 1
Description : Specifies a child pipeline

Field : Parent
Value : 0
Description : Specifies a parent pipeline

Happy Coding...

Labels: , , , , , , , ,