ConvertibleElement(String, String, Boolean, Boolean) Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public ConvertibleElement(
string name,
string renderedElement,
bool addressable,
bool isBlockElement = false
)
Public Sub New (
name As String,
renderedElement As String,
addressable As Boolean,
Optional isBlockElement As Boolean = false
)
public:
ConvertibleElement(
String^ name,
String^ renderedElement,
bool addressable,
bool isBlockElement = false
)
new :
name : string *
renderedElement : string *
addressable : bool *
?isBlockElement : bool
(* Defaults:
let _isBlockElement = defaultArg isBlockElement false
*)
-> ConvertibleElement
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