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

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

Returns a icon file embedded in the assembly for the current type.

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

public static void GetToolboxIcon(
	Type type,
	Stream output,
	bool large
)

Parameters

type
Type: SystemType
The type to retreive the icon from
output
Type: System.IOStream
Binary Stream to write icon to
large
Type: SystemBoolean
Retreive a large icon
See Also

Reference