NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Managing Stores

The isolated storage classes enable you to enumerate and delete isolated storage. The methods for performing these tasks are on the IsolatedStorageFile object. Some operations require you to have the IsolatedStorageFilePermission that represents the right to administer isolated storage and you might need to have operating system rights to access the file or directory. On Microsoft Windows NT and Microsoft Windows 2000, ACL settings on the file can prevent you from accessing isolated storage. TheStoreAdm tool can also be used for storage management tasks.