EnableWorkflowModification Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to enable a workflow modification form, so that the modification can be listed as an available workflow modification in the Microsoft SharePoint Foundation user interface.
The EnableWorkflowModification type exposes the following members.
Constructors
Name | Description | |
---|---|---|
EnableWorkflowModification | Initializes a new instance of the EnableWorkflowModification class. |
Top
Properties
Name | Description | |
---|---|---|
ContextData | Gets or sets the context data to be passed to the modification form upon launch. | |
CorrelationToken | (Inherited from CallExternalMethodActivity.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
Enabled | (Inherited from Activity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
InterfaceType | Gets the interface that is used to implement this activity. (Overrides CallExternalMethodActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
MethodName | Gets the name of the interface method this activity implements. (Overrides CallExternalMethodActivity.MethodName.) | |
ModificationId | Gets or sets the modification ID. | |
Name | (Inherited from Activity.) | |
ParameterBindings | (Inherited from CallExternalMethodActivity.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
QualifiedName | (Inherited from Activity.) | |
Site | (Inherited from DependencyObject.) | |
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.) | |
MethodInvoking | (Inherited from CallExternalMethodActivity.) | |
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. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IComponent.Disposed | (Inherited from DependencyObject.) | |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from CallExternalMethodActivity.) | |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from CallExternalMethodActivity.) |
Top