Public Function DeleteDocument( _ ByVal AuthenticationTicket as String, _
ByVal Path as String) as XmlNode
C# (declaration)
public XmlNode DeleteDocument( string AuthenticationTicket,
string Path)
Parameters
AuthenticationTicket
string infoRouter ticket
Path
string an infoRouter document path to be deleted
Return Value
<response success="true" error="">
if success attribute is "true", the document has been deleted successfully.
if success attribute is "false", the error attribute indicates the encountered error.
Remarks
The caller must have "Full Control" right on the document.
The deleted documents resides in the recyclebin in the infoRouter that are recoveable.