| ||||
CreateProjectTask methodCreates a project task within a project schedule. Syntax
ParametersNameThe name for the project task. DescriptionA description for the project task. DescriptionFormatIndicates whether the Description parameter is in HTML or plain text format. See ERUTextFormat for values for this parameter. PredecessorTaskA collection or safearray of task IDs that must be completed before this task. Specify 0 to signify no predecessor. StartDateThe start date for the project task. DurationThe duration of the project task (in days). ResourcesThe human resources for the project task, as an IERUMemberSet interface. CategoryThe category for the project task. NoteA note for the project task. CreateOptionsOne or more values from the ERUCreateOption enumeration, logically OR'ed together. This parameter is optional. ppProjectTaskUpon return, an IERUItem interface pointer to a newly-created project task. Return value
|
Home |