SPWorkflowTaskProperties properties
The SPWorkflowTaskProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
AssignedTo | Gets or sets the user name of the person to whom the workflow task is assigned. | |
Description | Gets or sets the description of the workflow task. | |
DueDate | Gets or sets the date and time when the workflow task is due. | |
EmailBody | Gets or sets the custom email message body. | |
ExtendedProperties | Gets a hash table that represents the collection of extended task properties as name/value pairs. | |
HasCustomEmailBody | Gets or sets whether the task has custom email body text. True if the task has custom email body text. | |
OnBehalfEmail | Gets or sets the destination email address to which information about the task and the workflow item are sent as an email message. | |
OnBehalfReason | Gets or sets a string that represents the reason for sending the email message. | |
PercentComplete | Gets or sets the percentage of the task that is complete. | |
SendEmailNotification | Gets or sets a value that indicates whether to send email notifications. | |
StartDate | Get or sets the date and time when the task starts. | |
TaskItemId | Gets or sets the ID of the workflow task. | |
TaskType | Gets or sets the ID of the workflow task type in the workflow instance. | |
Title | Gets or sets the title of the workflow task. |
Top