Topic FileParse Content 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: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void ParseContent(
bool reparse
)VB
Public Sub ParseContent (
reparse As Boolean
)C++
public:
void ParseContent(
bool reparse
)F#
member ParseContent :
reparse : bool -> unit 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.