Table of Contents

BuildComponentFactory.Dependencies Property

Definition

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

This read-only property can be overridden to provide a list of build components on which this component depends.

public virtual IEnumerable<string> Dependencies { get; }

Property Value

IEnumerable<string>

If the indicated components do not exist in the project settings or in the configuration file already, the build tool can use this information to add them automatically with a default configuration. It returns an empty list by default.