IEstimate.ImportWbsAndMinutesContent Method

Imports the WBS tasks and Minutes content from a foreign estimate. This includes the database of the estimate and the Overhead minute if any.
Function ImportWbsAndMinutesContent( _ 
ByVal sourceEstimateFullPath As String
) As Boolean
This language is not supported or no code example is available.
bool ImportWbsAndMinutesContent( 
string sourceEstimateFullPath 
)
This language is not supported or no code example is available.

Parameters

sourceEstimateFullPath
string

The full path to the source estimate.

Return Value

bool

true if operation succeeded. Otherwise false.

Remarks
 

The method deletes all minutes, then WBS tasks, loads the content of the WBS (without the free area before options). Loads WBS tasks and their minutes. Furthermore, it activates or deactivates the features for database of the estimate and the Overhead minute according to the source estimate, and loads their contents.

You must do a full re-indexation (CheckAndRepaint) of the estimate to display properly the minutes and the WBS after this operation.
Version
 
Available since QDV 7.20.804.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition