OfficeTask Members
Include Protected Members
Include Inherited Members
The OfficeTask class workflow activity is included with the installation of Microsoft SharePoint Server 2010. It allows the customization of task centric workflows using SharePoint Designer that was not possible in Microsoft Office SharePoint Server 2007. The OfficeTask activity will not be available to users of Microsoft SharePoint Foundation 2010.
The OfficeTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
OfficeTask | Creates a new instance of the OfficeTask class. |
Top
Properties
Name | Description | |
---|---|---|
__ActivationProperties | ||
__Context | ||
ActiveTaskCount | ||
Activities | (Inherited from CompositeActivity.) | |
AllowChangeRequest | Indicates whether a user can request a change to a workflow task. | |
AllowReassign | Indicates whether a user can reassign a workflow task to someone else. | |
AssignedTaskCount | ||
AssignedTo | Returns the names of the people assigned to the tasks in a task process. | |
Assignments | ||
CanModifyActivities | (Inherited from CompositeActivity.) | |
CC | Returns an array of user names or e-mail addresses included on the CC line of task process notification e-mail messages. | |
CCList | ||
Comments | Returns the value of the Description field of task list items that are created by the task process. | |
CompletedTaskCount | Returns the number of tasks in the task process that are marked as completed. | |
ConsolidatedComments | ||
ContentTypeId | Returns the value of the ContentTypeId property of the task. | |
CurrentUICulture | ||
CurrentWeb | ||
DeletedTaskCount | ||
DeleteTasksOnComplete | Indicates whether the child tasks of the task process should be deleted when they are marked as completed. | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DueDate | Returns the date when child tasks of the task process are due to be completed. | |
Duration | Returns the amount of time from when the task was initially created to when it is due to be completed. | |
DurationUnit | Get or sets an enumeration value that indicates whether the value of the Duration property is counted in days, weeks, or months. | |
Enabled | (Inherited from Activity.) | |
EnabledActivities | (Inherited from CompositeActivity.) | |
ExecutionResult | (Inherited from Activity.) | |
ExecutionStatus | (Inherited from Activity.) | |
ExpandGroups | Indicates whether a task is assigned to each member of a group or to an entire group. | |
FutureTaskCount | ||
IsDynamicActivity | (Inherited from Activity.) | |
Item | ||
ItemCreatedBy | ||
ItemExternalURL | ||
ItemId | Returns the ID of the of list item that represents the workflow task that the task process is executing against. | |
ItemModifiedBy | ||
ItemTitle | ||
ItemTitleNotEncoded | ||
ItemURL | ||
List | ||
ListId | Returns the ID of the list that contains the workflow task that the task process is executing against. | |
Name | (Inherited from Activity.) | |
Outcomes | ||
OverdueRepeat | Gets or sets an object that represents the frequency with which OnTaskExpired should run, if the task is past the due date and not yet completed. | |
OverdueRepeatTimes | Gets or sets a value that represents the number of times that OnTaskExpired should be run on the frequency of OverdueRepeat, if the task is past the due date and not yet complete. | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
ParticipantList | ||
PermissionSet | Returns the set of permissions associated with the workflow task list items that are generated as part of the task process. | |
QualifiedName | (Inherited from Activity.) | |
SendDefaultTaskNotifications | Indicates whether default task notifications are sent for a task created by the task process. | |
Site | (Inherited from DependencyObject.) | |
Subject | Returns the value of the Subject property of a workflow task. | |
SuperWeb | ||
TaskDeletedOutcome | Gets or sets a value that represents which key in the TaskResults hash table needs to be incremented if a task is deleted. | |
TaskProcessName | Gets or sets the name of the task process. | |
TaskProcessOwner | Returns the name of the owner of the task process. | |
TaskProcessWasCanceled | ||
TaskResults | Returns the results of a task process. | |
UserData | (Inherited from DependencyObject.) | |
WebURL | ||
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.) | |
StatusChanged | (Inherited from Activity.) |
Top
Fields
Name | Description | |
---|---|---|
__ActivationPropertiesProperty | Represents a DependencyProperty object that contains the initial properties of the workflow instance as it starts. Initialization properties are stored in an SPWorkflowActivationProperties object exposed by the dependency property. | |
__ContextProperty | Returns a DependencyProperty object that a solution developer can use to promote the context of the task. | |
AssignedToProperty | Returns a DependencyProperty object that a solution developer can use to promote the AssignedTo property of the SharePoint Foundation 2010 list item that is associated with the workflow instance. | |
CCProperty | Returns a DependencyProperty object that a solution developer can use to promote the CC property of the SharePoint Foundation 2010 list item that is associated with the workflow instance. | |
CommentsProperty | Returns a DependencyProperty object that a solution developer can use to promote the Comments property of the SharePoint Foundation 2010 list item that is associated with the workflow instance. | |
ContentTypeIdProperty | A DependencyProperty used to promote the ContentTypeId property of the SharePoint list item associated with the running workflow instance. | |
DeleteTasksOnCompleteProperty | A DependencyProperty used to promote the Boolean DeleteTasksOnComplete property of the SharePoint list item associated with the running workflow instance. | |
DueDateProperty | A DependencyProperty used to promote the DueDate property of the SharePoint list item associated with the running workflow instance. | |
DurationProperty | A DependencyProperty used to promote the Duration property of the SharePoint list item associated with the running workflow instance. | |
DurationUnitProperty | A DependencyProperty used to promote the DurationUnit property of the SharePoint list item associated with the running workflow instance. | |
ExpandGroupsProperty | ||
ItemIdProperty | ||
ListIdProperty | ||
OutcomesProperty | A DependencyProperty used to promote the Outcomes property of the list item associated with the task. | |
OverdueRepeatProperty | ||
OverdueRepeatTimesProperty | ||
PermissionSetProperty | ||
SendDefaultTaskNotificationsProperty | ||
SubjectProperty | ||
TaskDeletedOutcomeProperty | ||
TaskProcessNameProperty | ||
TaskProcessOwnerProperty |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | ||
IComponent.Disposed | (Inherited from DependencyObject.) |
Top