SyntaxGeneratorExportAttributeDefaultConfiguration Property

This is used to get or set a string containing an XML fragment that defines the default syntax generator configuration if supported.

Definition

Namespace: Sandcastle.Core.BuildAssembler.SyntaxGenerator
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public string DefaultConfiguration { get; set; }

Property Value

String
Designers can use this value as a default if they provide configuration editing support

See Also