OnWorkflowModified Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to respond to the event Microsoft SharePoint Foundation raises when a user submits a workflow modification form.
The OnWorkflowModified type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
OnWorkflowModified | Initializes a new instance of the OnWorkflowModified class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
ContextData | Gets or sets the context data the user submitted using the modification form. |
![]() |
CorrelationToken | (Inherited from HandleExternalEventActivity.) |
![]() |
Description | (Inherited from Activity.) |
![]() |
DesignMode | (Inherited from DependencyObject.) |
![]() |
Enabled | (Inherited from Activity.) |
![]() |
EventName | Returns the event that invokes this activity. (Overrides HandleExternalEventActivity.EventName.) |
![]() |
ExecutionResult | (Inherited from Activity.) |
![]() |
ExecutionStatus | (Inherited from Activity.) |
![]() |
InterfaceType | Gets the interface type used to implement the activity. (Overrides HandleExternalEventActivity.InterfaceType.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
ModificationId | Gets or sets the modification ID of the workflow modification form. |
![]() |
Name | (Inherited from Activity.) |
![]() |
ParameterBindings | (Inherited from HandleExternalEventActivity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Roles | (Inherited from HandleExternalEventActivity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
User | Gets or sets the login name of the SharePoint Foundation user who submitted the workflow form information. |
![]() |
UserData | (Inherited from DependencyObject.) |
![]() |
WorkflowInstanceId | (Inherited from Activity.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
![]() |
Canceling | (Inherited from Activity.) |
![]() |
Closed | (Inherited from Activity.) |
![]() |
Compensating | (Inherited from Activity.) |
![]() |
Executing | (Inherited from Activity.) |
![]() |
Faulting | (Inherited from Activity.) |
![]() |
Invoked | (Inherited from HandleExternalEventActivity.) |
![]() |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
ContextDataProperty | The DependencyProperty object that promotes the ContextData property. |
![]() ![]() |
ModificationIdProperty | The DependencyProperty object that promotes the ModificationId property. |
![]() ![]() |
UserProperty | The DependencyProperty object that promotes the User property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from HandleExternalEventActivity.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from HandleExternalEventActivity.) |
![]() ![]() |
IActivityEventListener<QueueEventArgs>.OnEvent | (Inherited from HandleExternalEventActivity.) |
![]() ![]() |
IEventActivity.QueueName | (Inherited from HandleExternalEventActivity.) |
![]() ![]() |
IEventActivity.Subscribe | (Inherited from HandleExternalEventActivity.) |
![]() ![]() |
IEventActivity.Unsubscribe | (Inherited from HandleExternalEventActivity.) |
Top