Table of Contents

IBuildAssembler.LoadComponents Method

Definition

Namespace
Sandcastle.Core.BuildAssembler
Assembly
Sandcastle.Core.dll

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

IEnumerable<BuildComponentCore> LoadComponents(XPathNavigator configuration)

Parameters

configuration XPathNavigator

The configuration node from which to get the components

Returns

IEnumerable<BuildComponentCore>

An enumerable list of components created based on the configuration information