ars_DeleteContainer(ctrl, name)

Delete the given container (specified by name) on the server connected to in the given control structure. Requires Administrator privs to use.

On success
Returns 1.
On failure
Returns 0.

Example:

      ars_DeleteContainer($ctrl, "FilterGuide-FooBar") || die "$ars_errstr";
      
ars_DeleteContainer was introduced in version 1.86 of ARSperl


<-- Table of Contents

Last changes to this page 23rd November 2005 by tstapff@users.sourceforge.net