PublicAPI.Projects.Project.ChangeProjectStage ELMA API Documentation
Change the project stage
 
 
Syntax

public Project ChangeProjectStage(
	Project project,
	ProjectLifeCycleStage stage
)

Parameters

project
Type: Project
Project. Object. Access path: PublicAPI.Projects.Project
stage
Type: ProjectLifeCycleStage
New project stage. Object. Access path: PublicAPI.Projects.ProjectLifeCycleStage

Return Value

Type: Project
See Also