CreateTaskWithContentType members
Defines a workflow activity that is used to create a task item in a Microsoft SharePoint Foundation 2010 task list, using a specified SharePoint Foundation 2010 content type.
The CreateTaskWithContentType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateTaskWithContentType | Initializes a new instance of the CreateTaskWithContentType class. |
Top
Properties
Name | Description | |
---|---|---|
ContentTypeId | The identity of the SPContentType property that is associated with the task list item. | |
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 declaring interface type of the external method. (Overrides CallExternalMethodActivity.InterfaceType.) | |
IsDynamicActivity | (Inherited from Activity.) | |
ListItemId | Gets or sets the ListItemId of the newly created task list item. | |
MethodName | Gets the name of the method to call on the local service that is registered with the ExternalDataExchangeService. (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 | Gets or sets any special permissions that are associated with the new task list item. | |
TaskId | Gets or sets the TaskId of the task list item that is being created. | |
TaskProperties | Gets or sets the workflow task properties that are associated with the task list item that is being created. | |
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 | |
---|---|---|
ContentTypeIdProperty | The DependencyProperty object that promotes the ContentTypeId property. | |
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