PublicAPI.Projects.ProjectPlan.PublishPlan ELMA API Documentation
Publishes the selected project plan, automatically adds executors to the project team members.
 
 
Syntax

public void PublishPlan(
	ProjectPlan plan
)

Parameters

plan
Type: ProjectPlan
Published project plan.. Object. Access path: PublicAPI.Projects.ProjectPlan
Remarks

ProjectTaskExecutor properties for the plan tasks; can be of the following types: Manager, User, ProjectRole (if the project role includes several users, an exception will be generated).
See Also