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

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

Renders a submit button (the HTML element Input type submit) contained within a form element to the Input stream that submits back to the same page with delete instructions in the query string. Derived classes can override this method to provide their own rendering code.

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 RenderSubmitButton(
	TextWriter writer,
	int documentToDelete
)

Parameters

writer
Type: System.IOTextWriter
A TextWriter to write to.
documentToDelete
Type: SystemInt32
The document to delete
See Also

Reference