Click or drag to resize

PluginBaseOpenLogViewerWindow Method

Opens a log viewer window with the node passed in.

Namespace:  SD.LLBLGen.Pro.ApplicationCore.Extensibility
Assembly:  SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax
protected void OpenLogViewerWindow(
	LogNode toView,
	string description,
	string caption,
	string title,
	bool showChangesTextBox
)

Parameters

toView
Type: SD.LLBLGen.Pro.Core.GeneralDataStructuresLogNode
To view.
description
Type: SystemString
description of log shown, is added to groupbox description
caption
Type: SystemString
caption to add to the window caption
title
Type: SystemString
title to show first in the richtextbox.
showChangesTextBox
Type: SystemBoolean
if set to true, the 'Changes' checkbox is available as well, otherwise this checkbox is hidden.
See Also