PropertyBrowserGetToolboxIconAsXml 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. The file is returned in xml-format.

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

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

Parameters

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

Reference