StorageInfo.EnumeratePackagePaths Method

Definition

Returns a list of paths for the upgraded packages in a given folder.

public:
 System::Collections::Generic::List<System::String ^> ^ EnumeratePackagePaths();
public System.Collections.Generic.List<string> EnumeratePackagePaths ();
member this.EnumeratePackagePaths : unit -> System.Collections.Generic.List<string>
Public Function EnumeratePackagePaths () As List(Of String)

Returns

A list of paths for upgrade packages in a given folder.

Applies to