ESRI.ArcGIS.ServerTools
ConvertMapServerCacheStorageFormat Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.ServerTools Namespace : ConvertMapServerCacheStorageFormat Class




Converts the storage of a map service cache between the exploded (pre-10.0) format and the compact format. The tool converts the format "in place", meaning it does not make a copy of the existing format. Instead, it creates the new format cache in the same cache folder and deletes the old format.

Syntax

Visual Basic (Declaration) 
Public Class ConvertMapServerCacheStorageFormat 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As ConvertMapServerCacheStorageFormat
C# 
public class ConvertMapServerCacheStorageFormat : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.ServerTools.ConvertMapServerCacheStorageFormat

See Also

© 2010 All Rights Reserved.