TopicTransformationCore.CreateSubsection Method
Definition
- Assembly
- Sandcastle.Core.dll
Create a topic subsection with a title
public abstract (XElement Title, XElement Content) CreateSubsection(bool localizedTitle, string title)
Parameters
localizedTitleboolTrue if
titleis a localized include item, false if it is literal title text.titlestringThe item id if
localizedTitleis true, or the literal title text if it is false.
Returns
- (XElement Title, XElement Content)
A tuple containing a reference to the title element if a title was created, null if not, and a reference to the content element into which any additional content can be rendered or null if it should be rendered into the current topic element. Both elements should be added to the topic if created.