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

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

Renders a dropdown (select) element, filled with MLC sibling documents. The TextWriter can be the response stream or a user defined StreamWriter. Use the SiteBase.WriteResponse.GetStreamWriter() method to create a suitable writer. You can override this method to render your own dropdown (select) element.

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

protected virtual void WriteDropdown(
	TextWriter writer
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter to write to.
See Also

Reference