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

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

Renders the actual output from the component, as defined by the FormatInformationString method. Derived classes can override this method to implement their own rendering.

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

protected virtual void RenderInfo(
	TextWriter output
)

Parameters

output
Type: System.IOTextWriter
An instance of a StreamWriter object that receives the rendered code.
See Also

Reference