Public Function PurgeRecycleBinItem( _ ByVal AuthenticationTicket as String, _
ByVal ItemHandler as String) as XmlNode
C# (declaration)
public XmlNode PurgeRecycleBinItem( string AuthenticationTicket,
string ItemHandler)
Parameters
AuthenticationTicket
string infoRouter ticket
ItemHandler
string RecycleBin Item handler. This value returned By GetRecyclebinContent method
Return Value
returns xml fragment.
<response success="true" error=""/>
if success attribute is "true", the recyclebin item successfully purged.
if success attribute is "false", the error attribute indicates the encountered error.