PublicAPI.Projects.ProjectTaskBase.ProjectTask.CreateSubTaskELMA API Documentation
Create a subtask for the project task. Creates an object, without saving in the database
Access path: PublicAPI.Projects.ProjectTaskBase.ProjectTask.CreateSubTask
Overload List

  NameDescription
Public methodCreateSubTask(ProjectTask, String, User, DateTime, DateTime)Obsolete.
Create a subtask for the project task. Creates an object, without saving in the database
Public methodCreateSubTask(ProjectTask, String, User, DateTime, DateTime, Boolean)Obsolete.
Create a subtask for the project task. Creates an object, without saving in the database
Back to Top
See Also