| PreviewTopicWindowPreviewTopic Method |
Load the conceptual content information and preview the topics
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public void PreviewTopic(
SandcastleProject project,
string topicToPreview
)
Public Sub PreviewTopic (
project As SandcastleProject,
topicToPreview As String
)
public:
void PreviewTopic(
SandcastleProject^ project,
String^ topicToPreview
)
member PreviewTopic :
project : SandcastleProject *
topicToPreview : string -> unit
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