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

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

Renders the HTML code that creates a navigation element. 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 override void RenderNavigationItem(
	StreamWriter output,
	TreeNavigatorComponentNavigatorElement itemType
)

Parameters

output
Type: System.IOStreamWriter
A StreamWriter that receives the rendered HTML code.
itemType
Type: ContentStudio.Site.ActiveScripting.MenuTreeNavigatorComponentNavigatorElement
The type of navigation item to render (First, Last, Previous or Next)
See Also

Reference