Themed 2026 Presentation Style Preview

ConvertibleElement(String, String, String, Boolean) Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public ConvertibleElement(
	string name,
	string renderedElement,
	string styleName,
	bool isBlockElement = false
)

Parameters

name  String
The element name
renderedElement  String
The element name to use in the rendered topic
styleName  String
The style name to use in the style attribute
isBlockElement  Boolean  (Optional)
True if the element is a block element, false if it is not

See Also