TaskCollectionAssociateTasksByName Method
Associate all of the tasks specified in the child task list
parameters with that one specified in the parent name.
Namespace: ProjectTaskAssembly: ProjectTask (in ProjectTask.dll) Version: 25.2814.3647
public int AssociateTasksByName(
string parentName,
params string[] childNames
)
Public Function AssociateTasksByName (
parentName As String,
ParamArray childNames As String()
) As Integer
No code example is currently available or this language may not be supported.
- parentName String
-
Name of the task serving in the parent role.
- childNames String
-
Names of one or more tasks serving in the child role.
Int32
Count of child tasks associated.