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!

IsolatedStorageFile.Remove (IsolatedStorageScope)

Removes the specified isolated storage scope and all

contents thereof.

[Visual Basic]
Overloads Public Shared Sub Remove( _
   ByVal scope As IsolatedStorageScope _
)
[C#]
public static void Remove(
   IsolatedStorageScope scope
);
[C++]
public: static void Remove(
   IsolatedStorageScope scope
);
[JScript]
public static function Remove(
   scope : IsolatedStorageScope
);

Parameters

scope
which scope of isolated storage to be removed

Return Value

none

Remarks

Irrevocably removes the entire scope and all contained directories and files.

See Also

IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace | IsolatedStorageFile.Remove Overload List