| ReferenceItemCollectionEnsureCurrent Method |
This is used to ensure that the collection has up to date
information about the reference build items in the project.
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public void EnsureCurrent(
bool refresh
)
Public Sub EnsureCurrent (
refresh As Boolean
)
public:
void EnsureCurrent(
bool refresh
)
member EnsureCurrent :
refresh : bool -> unit
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