PublicAPI.Projects.Project.GetDraftProjectPlans ELMA API Documentation
Get all the project plan drafts. If there are none, returns the clone of the current published plan
 
 
Syntax

public IEnumerable<ProjectPlan> GetDraftProjectPlans(
	Project project
)

Parameters

project
Type: Project

Return Value

Type: IEnumerable ProjectPlan 
All the project plan drafts
See Also