RESET  Examples

Used in:  REQUEST  
Servers:  Metadata (Publish)  
Parent elements:  PUBLISH_METADATA  

<RESET Attribute Description Table

     tables ="true | false"  [false]
>

     <WORKSPACES... />

</RESET >


Description:


Restrictions:


Notes:


Attribute Descriptions for RESET:

Attribute Usage Back to Top
tables When set to "true", all ArcSDE tables in the repository are deleted and re-created. Use with caution.
 

Examples for RESET:

Example 1: When tables="true". Use with caution. Back to Top
<?xml version="1.0" encoding="UTF-8" ?>
<ARCXML version="1.1">
  <REQUEST>
    <PUBLISH_METADATA>
      <RESET tables="true" />
    </PUBLISH_METADATA>
  </REQUEST>
</ARCXML>