ISyntaxGeneratorMetadataIsConfigurable Property

This read-only property returns true if the syntax generator is configurable or false if it is not

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
bool IsConfigurable { get; }

Property Value

Boolean
Configuration is handled by the SyntaxComponent build component.

See Also