Click or drag to resize
Sandcastle Help File BuilderTopicPreviewerControlFindAndDisplay Method
This is used to find a topic by filename and display it

Namespace: SandcastleBuilder.WPF.UserControls
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public void FindAndDisplay(
	string filename
)

Parameters

filename
Type: SystemString
The filename of the topic to display
See Also