Themed 2026 Presentation Style Preview

ConvertibleElement(String, String, Boolean, 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,
	bool addressable,
	bool isBlockElement = false
)

Parameters

name  String
The element name
renderedElement  String
The element name to use in the rendered topic
addressable  Boolean
True if it can have an address attribute, false if not
isBlockElement  Boolean  (Optional)
True if the element is a block element, false if it is not

See Also