SPWorkflowTaskProperties Members
Include Protected Members
Include Inherited Members
Represents the properties of a workflow task.
The SPWorkflowTaskProperties type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPWorkflowTaskProperties() | Initializes a new instance of the SPWorkflowTaskProperties class. |
![]() |
SPWorkflowTaskProperties(SerializationInfo, StreamingContext) | Initializes a new instance of the SPWorkflowTaskProperties class. |
Top
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. |
![]() |
UpgradedPersistedProperties | (Inherited from SPAutoSerializingObject.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetObjectData | Gets the serialized state of the object. (Overrides SPAutoSerializingObject.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
OnDeserialization | (Inherited from SPAutoSerializingObject.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UpdateParent | (Inherited from SPAutoSerializingObject.) |
Top