| TopicPreviewerControlRefresh Method |
Refresh the table of contents and the current topic to show any changes made to them
Namespace: SandcastleBuilder.WPF.UserControlsAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public void Refresh(
bool reloadLastTopic
)
Public Sub Refresh (
reloadLastTopic As Boolean
)
public:
void Refresh(
bool reloadLastTopic
)
member Refresh :
reloadLastTopic : bool -> unit
Parameters
- reloadLastTopic
- Type: SystemBoolean
True to reload the last topic, false to ignore it
See Also