IEstimate.RefreshAll Method

Refreshes all lists in the current estimate and the current version such as versions, global variables, mapping of minutes and WBS, the tasks tree, user profiles, distribution curves, etc.
Sub RefreshAll( _ 
Optional ByVal skipMinutesAndWbsLayouts As Boolean = False _ 
)
This language is not supported or no code example is available.
void RefreshAll( 
bool skipMinutesAndWbsLayouts = False 
)
This language is not supported or no code example is available.

Parameters

skipMinutesAndWbsLayouts
bool

Indicates whether to skip refreshing the WBS and minutes columns mappings, the task tree and internal cache of WBS and Minutes data. If set to true, then they will be ignored and not refreshed.

Remarks
 
Calling this method might be needed if you want your Estimate object to reflect changes after, e.g. a pushed version or a change in the mapping of minutes or WBS.
Version
 
Available since QDV 7.13.0001.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition