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

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

Generates the link (hyperlink reference) to use when deleting a document.

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

protected virtual string GetDeleteLink(
	int documentToDelete
)

Parameters

documentToDelete
Type: SystemInt32
The document to delete

Return Value

Type: String
Returns the link (hyperlink reference) to use when deleting a document
See Also

Reference