TaskCreationInformation Class

Definition

[Microsoft.SharePoint.Client.ScriptType("PS.TaskCreationInformation", ServerTypeId="{d9571758-4216-4b89-815f-68540fafd74a}", ValueObject=true)]
public class TaskCreationInformation : Microsoft.SharePoint.Client.ClientValueObject
type TaskCreationInformation = class
    inherit ClientValueObject
Public Class TaskCreationInformation
Inherits ClientValueObject
Inheritance
TaskCreationInformation
Attributes

Constructors

TaskCreationInformation()

Properties

AddAfterId
Duration
Finish
Id
IsManual
Name
Notes
ParentId
Start
StatusManager
TypeId

Methods

CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to