Share via


StatusTaskCreationInformation class

Contains the properties that can be set when creating a StatusTask.

Syntax

CSOM

class StatusTaskCreationInformation 

JSOM

PS.StatusTaskCreationInformation

REST Interface

Supported.

PS.StatusTaskCreationInformation

See [StatusAssignmentCreationInformation](StatusAssignmentCreationInformation.md) - Task property.

POST Example (not all fields may be required)

body = {
	'parameters': {
		'Finish':'value', 
		'Id':'value', 
		'Name':'value', 
		'ParentId':'value', 
		'Start':'value', 
		'Work':'value'		
	}

Members

✓ - Read Support       ✓ʷ - Write Support

Properties

Name .NET JSOM REST Type Description
Finish ✓ʷ ✓ʷ ✓ʷ DateTime Gets or sets the date when a task is scheduled to be completed.
Id ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the status task object.
Name ✓ʷ ✓ʷ ✓ʷ String Gets or sets the name of the status task object.
ParentId ✓ʷ ✓ʷ ✓ʷ Guid Gets or sets the GUID of the parent, or summary, task in a hierarchical task list.
Start ✓ʷ ✓ʷ ✓ʷ DateTime Gets or sets the date when work on the task is scheduled to begin.
Work ✓ʷ ✓ʷ ✓ʷ String Gets or sets the planned work for the task.

See Also

StatusAssignmentCreationInformation