====== ThinkGeo.MapSuite.Layers.TileAccessMode ====== * //N/A// == Remarks == * //N/A// == 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.