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

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

Renders the level information passed in. Derived classes can override this method to supply their own rendering logic. It is also possible to change the LevelInfo retrieved from the GetLevelData method to a customized format (ex. i.ii.ix)

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

protected virtual void RenderLevelInfo(
	TextWriter writer,
	string levelInfo
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter to writes to
levelInfo
Type: SystemString
The level information to write (ie. 1.3.6). This value will be HTML encoded before written to the stream.
See Also

Reference