8.0

Table Of Contents
Example, Object
Model
Request Object Name : DeleteRequest
sdk.QRequestContext rc = new sdk.QRequestContext();
if(!this.DocumentSettings1.documentName.Text.Equals(""))
rc.documentName = this.DocumentSettings1.documentName.Text;
rc.request = new DeleteRequest();
//Create the service and call it with QRequestContext object
QManagerSDKSvcService svc = new QManagerSDKSvcService();
sdk.QContentData qc = svc.processRequest(rc);
Notes
You cannot delete a folder that is not empty. First, delete all the files in the
folder, and then resubmit the delete request.
The Delete parameter request requires an administrator user name and
password if the user name and password were set in the Server
Configuration dialog box. When the delete request is submitted to the
browser, it asks for the user name and password. Enter the same user
name and password as set in the Server Configuration dialog box and
click OK
.
Page 191