TaskCollectionAssociateTasksByName Method

Associate all of the tasks specified in the child task list parameters with that one specified in the parent name.

Definition

Namespace: ProjectTask
Assembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
C#
public int AssociateTasksByName(
	string parentName,
	params string[] childNames
)

Parameters

parentName  String
Name of the task serving in the parent role.
childNames  String
Names of one or more tasks serving in the child role.

Return Value

Int32
Count of child tasks associated.

See Also