SPWorkflowTaskProperties members

Represents the properties of a workflow task.

The SPWorkflowTaskProperties type exposes the following members.

Constructors

  Name Description
Public method SPWorkflowTaskProperties() Initializes a new instance of the SPWorkflowTaskProperties class.
Protected method SPWorkflowTaskProperties(SerializationInfo, StreamingContext) Initializes a new instance of the SPWorkflowTaskProperties class.

Top

Properties

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

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData Gets the serialized state of the object. (Overrides SPAutoSerializingObject.GetObjectData(SerializationInfo, StreamingContext).)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWorkflowTaskProperties class

Microsoft.SharePoint.Workflow namespace