PublicAPI.Projects.ProjectPlan.SendToApprove ELMA API Documentation
Send the plan for approval
 
 
Syntax

public ProjectPlanApprovalTask SendToApprove(
	User harmonizator,
	ProjectPlan plan,
	DateTime startDate,
	DateTime endDate,
	string comment
)

Parameters

harmonizator
Type: User
Executor. Object. Access path: PublicAPI.Portal.Security.User
plan
Type: ProjectPlan
Project plan. Object. Access path: PublicAPI.Projects.ProjectPlan
startDate
Type: System DateTime
Start date
endDate
Type: System DateTime
End date
comment
Type: System String
Comment. It is also added to the task description

Return Value

Type: ProjectPlanApprovalTask
Project plan approval task
See Also