password
Contained By
| Business Service Element | Business Service Request |
|---|---|
| File |
<request name="move-file"> <request name="copy-file"> <request name="delete-file"> <request name="delete-folder"> <request name="delete-folder-contents"> <request name="get-file-size"> |
| FTP |
<request name="send-file"> <request name="send-folder"> |
| PDFFile |
<request name="extract-links"> <request name="extract-bookmarks"> <request name="extract-pagecount"> <request name="extract-all"> |
| Queue |
<request name="list-queued-files"> <request name="dequeue-file"> <request name="dequeue-next-file"> |
| Watermark |
<request name="watermark-pdf"> |
Contains
| Business Service XML Element |
|---|
| N/A |
Business Service Parameter
| Business Service Element | Name | Description | Parameter Type | Req (Y/N) | Valid Value(s) | Default Value | Direction |
|---|---|---|---|---|---|---|---|
| File | password | Specifies the password that will be used to log in to the file system. This parameter is only required if you do not specify the login information in Domain Manager. | string | N | user defined | in | |
| FTP | password | Specifies the password to use to log in to the FTP server if the user being logged in requires a password. Passwords are case-sensitive. | string | Y | user defined | in | |
| PDFFile, Watermark | password | Specifies the PDF file password. | string | N | user defined | in | |
| Queue | password | Specifies the password that will be used to log in to the file system. This parameter is only required if you do not specify the login information in Domain Manager. | string | N | user defined | in |
Example
<password type="string">abc</password>