BuildComponentFactoryDefaultConfiguration Property

This read-only property can be overridden to define a default configuration for the build component

Definition

Namespace: Sandcastle.Core.BuildAssembler.BuildComponent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public virtual string DefaultConfiguration { get; }

Property Value

String
It returns an empty string by default

See Also