Deletes a Page (and any children of the page) as specified by the PageLink entry in the keys collection or the DeleteParameters collection.

Namespace:  EPiServer.Web.WebControls
Assembly:  EPiServer.Web.WebControls (in EPiServer.Web.WebControls.dll) Version: 6.0.530.0

Syntax

C#
public virtual int Delete(
	IDictionary values
)

Parameters

values
Type: System.Collections..::.IDictionary
The values passed to delete. Should include a param PageLink of type PageReference

Return Value

a value

Implements

IDataSourceMethods..::.Delete(IDictionary)

See Also