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

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

Indicates whether the component can display a ComponentEditorForm.

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

public bool CanShowComponentEditor(
	Object component
)

Parameters

component
Type: SystemObject
The component to check for support for displaying a ComponentEditorForm.

Return Value

Type: Boolean
true if the specified component can display a component editor form; otherwise, false.

Implements

IUIServiceCanShowComponentEditor(Object)
See Also

Reference