Task.AddPositionType enumeration
Office 2013 and later
Specifies where to add a task in a project.
Namespace: Microsoft.Office.Project.Server.Library
Assembly: Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)
Use the Task.AddPositionType type in the ProjectDataSet.TaskRow.AddPosition property. If you use Middle, you must also specify a valid task GUID for the ProjectDataSet.TaskRow.AddAfterTaskUID property.
Developers should use only First, Middle, or Last; the other values are for internal Project use only.
Show: