TopicFileParseContent Method
This will parse the file content and extract the document type, unique ID, and revision number
Namespace: Sandcastle.Core.ConceptualContentAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
public void ParseContent(
bool reparse
)
Public Sub ParseContent (
reparse As Boolean
)
public:
void ParseContent(
bool reparse
)
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.