SyntaxGeneratorTemplateStyleId Property

This is used to get or set the style ID

Definition

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

Property Value

String
This is used as the code style ID added as an attribute to the divelement written to the topics. The presentation style XSL transformations will use it to group common language elements such as language-specific text and code snippets so that they can be shown and hidden together.

See Also