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.GetEnumerator

Enumerates files within the isolated storage scope.

[Visual Basic]
Public Shared Function GetEnumerator( _
   ByVal scope As IsolatedStorageScope _
) As IEnumerator
[C#]
public static IEnumerator GetEnumerator(
   IsolatedStorageScope scope
);
[C++]
public: static IEnumerator* GetEnumerator(
   IsolatedStorageScope scope
);
[JScript]
public static function GetEnumerator(
   scope : IsolatedStorageScope
) : IEnumerator;

Parameters

scope
which scope of isolated storage to be removed

Return Value

Enumerator for the files within the specified isolated storage scope.

See Also

IsolatedStorageFile Class | IsolatedStorageFile Members | System.IO.IsolatedStorage Namespace