PublicAPI.Projects.ProjectPlan.CreateLink ELMA API Documentation
Create a link between the tasks
 
 
Syntax

public void CreateLink(
	long idParentItem,
	long idChildItem,
	ProjectLinkTaskType linkType
)

Parameters

idParentItem
Type: System Int64
Parent item ID
idChildItem
Type: System Int64
Child item ID
linkType
Type: ProjectLinkTaskType
Link type. Enumeration. Access path: PublicAPI.Enums.Projects.ProjectLinkTaskType
See Also