IWbs.RemoveAllLinks Method

Removes all links between tasks in the WBS.
Sub RemoveAllLinks( _ 
ByVal copyContentsToLinkedTasks As Boolean
)
This language is not supported or no code example is available.
void RemoveAllLinks( 
bool copyContentsToLinkedTasks 
)
This language is not supported or no code example is available.

Parameters

copyContentsToLinkedTasks
bool

If set to true, then content of the parent minute is copied to the previously linked tasks; otherwise the previously linked tasks are left empty.

Remarks
 
The function neither rebuilds WBS nor minutes. You must call IEstimate.CheckAndRepaint method after any change made by the function. Nothing happens if there are no links. No error is returned in this case.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition