CreateTask Members
Include Protected Members
Include Inherited Members
Defines a workflow activity that is used to create a SharePoint Foundation task for a workflow, with the specified task properties.
The CreateTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CreateTask | Initializes a new instance of the CreateTask class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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 used to implement the activity. (Overrides CallExternalMethodActivity.InterfaceType.) |
![]() |
IsDynamicActivity | (Inherited from Activity.) |
![]() |
ListItemId | Gets or sets the list item ID of the task in the task list. |
![]() |
MethodName | Gets the interface method that this activity implements. (Overrides CallExternalMethodActivity.MethodName.) |
![]() |
Name | (Inherited from Activity.) |
![]() |
ParameterBindings | (Inherited from CallExternalMethodActivity.) |
![]() |
Parent | (Inherited from Activity.) |
![]() |
ParentDependencyObject | (Inherited from DependencyObject.) |
![]() |
QualifiedName | (Inherited from Activity.) |
![]() |
Site | (Inherited from DependencyObject.) |
![]() |
SpecialPermissions | Specifies special permissions for the task created. |
![]() |
TaskId | Represents the ID assigned to the task by the workflow engine when the task is created. |
![]() |
TaskProperties | Gets and sets an SPWorkflowTaskProperties object that specifies the property values to set for the task you are creating. |
![]() |
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 | |
---|---|---|
![]() ![]() |
ListItemIdProperty | The DependencyProperty object that promotes the ListItemId property. |
![]() ![]() |
SpecialPermissionsProperty | The DependencyProperty object that promotes the SpecialPermissions property. |
![]() ![]() |
TaskIdProperty | The DependencyProperty object that promotes the TaskId property. |
![]() ![]() |
TaskPropertiesProperty | The DependencyProperty object that promotes the TaskProperties property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IComponent.Disposed | (Inherited from DependencyObject.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetAccessType | (Inherited from CallExternalMethodActivity.) |
![]() ![]() |
IDynamicPropertyTypeProvider.GetPropertyType | (Inherited from CallExternalMethodActivity.) |
Top