Empties the Recycle Bin contents of the current user.

Syntax

Visual Basic (declaration)
Public Function EmptyRecycleBin( _ 
ByVal AuthenticationTicket as String) as XmlNode

C# (declaration)
public XmlNode EmptyRecycleBin( 
string AuthenticationTicket)

Parameters

AuthenticationTicket
    string infoRouter ticket

Return Value

returns xml fragment.
<response success="true" error="">
if success attribute is "true", the recycle bin of the caller has been emptied.
if success attribute is "false", the error attribute indicates the encountered error.