Themed 2026 Presentation Style Preview

TopicFileParseContent Method

This will parse the file content and extract the document type and unique ID

Definition

Namespace: Sandcastle.Core.ConceptualContent
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.12.18.0
public void ParseContent(
	bool reparse
)

Parameters

reparse  Boolean
If false and the file has already been parsed, the method just returns. If true, the file is reparsed to refresh the information.

See Also