====== ThinkGeo.MapSuite.Core.TileAccessMode ====== {{section>upgrade_map_suite_to_10.0}} This enumeration represents how the tileCache should access the tiles. == Remarks == None == Items == **Default** * **Summary**:The default mode is ReadAddDelete. **ReadOnly** * **Summary**:This mode represents the tileCache just can read tiles from it. **ReadAdd** * **Summary**:This mode represents the tileCache can read tiles from it and add tiles to it, but can not delete tiles. **ReadAddDelete** * **Summary**:This mode represents the tileCache is no limited that can read, add, delete tiles.