IBuildAssemblerLoadComponents Method

This is used to load a set of components in a configuration and return them as an enumerable list

Definition

Namespace: Sandcastle.Core.BuildAssembler
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.2.18.0
IEnumerable<BuildComponentCore> LoadComponents(
	XPathNavigator configuration
)

Parameters

configuration  XPathNavigator
The configuration node from which to get the components

Return Value

IEnumerableBuildComponentCore
An enumerable list of components created based on the configuration information

See Also