WebUIServiceHostShowToolWindow Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Displays the specified tool window.

Namespace: ContentStudio.Site.Controls
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public bool ShowToolWindow(
	Guid toolWindow
)

Parameters

toolWindow
Type: SystemGuid
A Guid identifier for the tool window. This can be a custom Guid or one of the predefined values from StandardToolWindows.

Return Value

Type: Boolean
true if the tool window was successfully shown; false if it could not be shown or found.

Implements

IUIServiceShowToolWindow(Guid)
See Also

Reference