DocSetContentsTask Members
Include Protected Members
Include Inherited Members
A workflow task used to create and assign tasks to items contained in a document set, or folder
The DocSetContentsTask type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DocSetContentsTask | Initializes a new instance of the DocSetContentsTask class. |
Top
Properties
Name | Description | |
---|---|---|
__ActivationProperties | (Inherited from OfficeTask.) | |
__Context | (Inherited from OfficeTask.) | |
ActiveTaskCount | (Inherited from OfficeTask.) | |
Activities | (Inherited from CompositeActivity.) | |
AllowChangeRequest | Indicates whether a user can request a change to a workflow task. (Inherited from OfficeTask.) | |
AllowReassign | Indicates whether a user can reassign a workflow task to someone else. (Inherited from OfficeTask.) | |
AssignedTaskCount | (Inherited from OfficeTask.) | |
AssignedTo | Returns the names of the people assigned to the tasks in a task process. (Inherited from OfficeTask.) | |
AssigneesColumn | A list column containing the users that are assigned the newly created task. | |
Assignments | (Inherited from OfficeTask.) | |
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. (Inherited from OfficeTask.) | |
CCList | (Inherited from OfficeTask.) | |
Comments | Returns the value of the Description field of task list items that are created by the task process. (Inherited from OfficeTask.) | |
CompletedTaskCount | Returns the number of tasks in the task process that are marked as completed. (Inherited from OfficeTask.) | |
ConsolidatedComments | (Inherited from OfficeTask.) | |
ContentTypeId | Returns the value of the ContentTypeId property of the task. (Inherited from OfficeTask.) | |
CurrentUICulture | (Inherited from OfficeTask.) | |
CurrentWeb | (Inherited from OfficeTask.) | |
DeletedTaskCount | (Inherited from OfficeTask.) | |
DeleteTasksOnComplete | Indicates whether the child tasks of the task process should be deleted when they are marked as completed. (Inherited from OfficeTask.) | |
Description | (Inherited from Activity.) | |
DesignMode | (Inherited from DependencyObject.) | |
DueDate | Returns the date when child tasks of the task process are due to be completed. (Inherited from OfficeTask.) | |
Duration | Returns the amount of time from when the task was initially created to when it is due to be completed. (Inherited from OfficeTask.) | |
DurationUnit | Get or sets an enumeration value that indicates whether the value of the Duration property is counted in days, weeks, or months. (Inherited from OfficeTask.) | |
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. (Inherited from OfficeTask.) | |
FutureTaskCount | (Inherited from OfficeTask.) | |
IsDynamicActivity | (Inherited from Activity.) | |
Item | (Inherited from OfficeTask.) | |
ItemCreatedBy | (Inherited from OfficeTask.) | |
ItemExternalURL | (Inherited from OfficeTask.) | |
ItemId | Returns the ID of the of list item that represents the workflow task that the task process is executing against. (Inherited from OfficeTask.) | |
ItemModifiedBy | (Inherited from OfficeTask.) | |
ItemTitle | (Inherited from OfficeTask.) | |
ItemTitleNotEncoded | (Inherited from OfficeTask.) | |
ItemURL | (Inherited from OfficeTask.) | |
List | (Inherited from OfficeTask.) | |
ListId | Returns the ID of the list that contains the workflow task that the task process is executing against. (Inherited from OfficeTask.) | |
Name | (Inherited from Activity.) | |
Outcomes | (Inherited from OfficeTask.) | |
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. (Inherited from OfficeTask.) | |
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. (Inherited from OfficeTask.) | |
Parent | (Inherited from Activity.) | |
ParentDependencyObject | (Inherited from DependencyObject.) | |
ParticipantList | (Inherited from OfficeTask.) | |
PermissionSet | Returns the set of permissions associated with the workflow task list items that are generated as part of the task process. (Inherited from OfficeTask.) | |
QualifiedName | (Inherited from Activity.) | |
SendDefaultTaskNotifications | Indicates whether default task notifications are sent for a task created by the task process. (Inherited from OfficeTask.) | |
Site | (Inherited from DependencyObject.) | |
Subject | Returns the value of the Subject property of a workflow task. (Inherited from OfficeTask.) | |
SuperWeb | (Inherited from OfficeTask.) | |
TaskDeletedOutcome | Gets or sets a value that represents which key in the TaskResults hash table needs to be incremented if a task is deleted. (Inherited from OfficeTask.) | |
TaskProcessName | Gets or sets the name of the task process. (Inherited from OfficeTask.) | |
TaskProcessOwner | Returns the name of the owner of the task process. (Inherited from OfficeTask.) | |
TaskProcessWasCanceled | (Inherited from OfficeTask.) | |
TaskResults | Returns the results of a task process. (Inherited from OfficeTask.) | |
UserData | (Inherited from DependencyObject.) | |
WebURL | (Inherited from OfficeTask.) | |
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 | |
---|---|---|
AssigneesColumnProperty | A DependencyProperty object used to promote the AssigneesColumn property. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IActivityEventListener<QueueEventArgs>.OnEvent | (Inherited from OfficeTask.) | |
IComponent.Disposed | (Inherited from DependencyObject.) |
Top