Click or drag to resize
Sandcastle Help File BuilderPreviewTopicWindowPreviewTopic Method
Load the conceptual content information and preview the topics

Namespace: SandcastleBuilder.Gui.ContentEditors
Assembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax
public void PreviewTopic(
	SandcastleProject project,
	string topicToPreview
)

Parameters

project
Type: SandcastleBuilder.UtilsSandcastleProject
The current project
topicToPreview
Type: SystemString
The filename of the topic to show as the starting topic or null for the first topic.
See Also