Skip to main content

 Publishing

Publishing PageSeeder data to print, the Web or both

Task loadingzone-delete

Used in upload processing scripts to delete documents from the loading zone for the current user in the specified group.

This task is available in PageSeeder v5.9200 and higher.

Definition

<ps:loadingzone-delete group="[groupname]"
                       path="[file path]"
                       paths="[file path list]"
                       config="[config name]" />

Attributes

AttributeDescriptionRequiredDefault
groupThe name of the group the Loading Zone is inYes
pathThe path in the Loading Zone of the file to delete (not URL encoded)Yes, if no paths
pathsA pipe-separated list of paths in the Loading Zone of the files to delete (not URL encoded)Yes, if no path
configUniversal PS config nameNodefault

Environment

This task uses the following ps:config environment properties:

  • scheme – scheme for connecting to PageSeeder.
  • host – host for connecting to PageSeeder.
  • port – port for connecting to PageSeeder.
  • servlet.prefix – servlet prefix for connecting to PageSeeder – default  /ps/servlet.
  • site.prefix – site prefix for connecting to PageSeeder – default  /ps.
  • username – username of member for delete
  • user.token or jsessionid or password – access token or jsessionid or  username’s password for connecting to PageSeeder.

Examples

<ps:loadingzone-delete
    group="${ps.config.default.group.name}"
    path=${ps.config.default.upload.path}" />
Created on , last edited on