IPluginExecutionContext Properties
| Name | Description | |
|---|---|---|
|
BusinessUnitId | Gets the global unique identifier of the business unit that the entity currently being processed by the event execution pipeline belongs to. (inherited from IExecutionContext) |
|
CorrelationId | Gets the global unique identifier for tracking plug-in or custom workflow activity execution. (inherited from IExecutionContext) |
|
Depth | Gets the current depth of execution in the call stack. (inherited from IExecutionContext) |
|
InitiatingUserId | Gets the global unique identifier of the system user account under which the current pipeline is executing. (inherited from IExecutionContext) |
|
InputParameters | Gets the parameters of the request message that triggered the event that caused the plug-in to execute. (inherited from IExecutionContext) |
|
IsExecutingOffline | Gets a value indicating if the plug-in is executing from the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client while it is offline. (inherited from IExecutionContext) |
|
IsInTransaction | Gets a value indicating if the plug-in is executing within the database transaction. (inherited from IExecutionContext) |
|
IsOfflinePlayback | Gets a value indicating if the plug-in is executing as a result of the Microsoft Dynamics CRM for Microsoft Office Outlook with Offline Access client transitioning from offline to online and synchronizing with the Microsoft Dynamics CRM server. (inherited from IExecutionContext) |
|
IsolationMode | Gets a value indicating if the plug-in is executing in the sandbox. (inherited from IExecutionContext) |
|
MessageName | Gets the name of the Web service message that is being processed by the event execution pipeline. (inherited from IExecutionContext) |
|
Mode | Gets the mode of plug-in execution. (inherited from IExecutionContext) |
|
OperationCreatedOn | Gets the date and time that the related System Job was created. (inherited from IExecutionContext) |
|
OperationId | Gets the global unique identifier of the related System Job. (inherited from IExecutionContext) |
|
OrganizationId | Gets the global unique identifier of the organization that the entity belongs to and the plug-in executes under. (inherited from IExecutionContext) |
|
OrganizationName | Gets the unique name of the organization that the entity currently being processed belongs to and the plug-in executes under. (inherited from IExecutionContext) |
|
OutputParameters | Gets the parameters of the response message after the core platform operation has completed. (inherited from IExecutionContext) |
|
OwningExtension | Gets a reference to the related SdkMessageProcessingingStep or ServiceEndpoint. (inherited from IExecutionContext) |
|
ParentContext | Gets the execution context from the parent pipeline operation. |
|
PostEntityImages | Gets the properties of the primary entity after the core platform operation has been completed. (inherited from IExecutionContext) |
|
PreEntityImages | Gets the properties of the primary entity before the core platform operation has begins. (inherited from IExecutionContext) |
|
PrimaryEntityId | Gets the global unique identifier of the primary entity for which the pipeline is processing events. (inherited from IExecutionContext) |
|
PrimaryEntityName | Gets the name of the primary entity for which the pipeline is processing events. (inherited from IExecutionContext) |
|
RequestId | Gets the global unique identifier of the request being processed by the event execution pipeline. (inherited from IExecutionContext) |
|
SecondaryEntityName | Gets the name of the secondary entity that has a relationship with the primary entity. (inherited from IExecutionContext) |
|
SharedVariables | Gets the custom properties that are shared between plug-ins. (inherited from IExecutionContext) |
|
Stage | Gets the stage in the execution pipeline that a synchronous plug-in is registered for. |
|
UserId | Gets the global unique identifier of the system user for whom the plug-in invokes Web service methods on behalf of. (inherited from IExecutionContext) |
Send comments about this topic to Microsoft.
© 2011 Microsoft Corporation. All rights reserved.