NonRenderedParentElement Constructor

Constructor

Definition

Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public NonRenderedParentElement(
	string name
)

Parameters

name  String
The element name

Remarks

This element only contains child elements and has no title. If it contains a title element, it will be ignored.

See Also