Click or drag to resize
Sandcastle Help File BuilderReferenceItemCollectionEnsureCurrent Method
This is used to ensure that the collection has up to date information about the reference build items in the project.

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public void EnsureCurrent(
	bool refresh
)

Parameters

refresh
Type: SystemBoolean
True to refresh if out of date or false to only load the references if not already done.
Remarks
The collection is only loaded when necessary
See Also