CompositeDirectoryContents(IList<IFileProvider>, String) Constructor

Definition

Creates a new instance of CompositeDirectoryContents to represents the result of a call composition of GetDirectoryContents(String).

public:
 CompositeDirectoryContents(System::Collections::Generic::IList<Microsoft::Extensions::FileProviders::IFileProvider ^> ^ fileProviders, System::String ^ subpath);
public CompositeDirectoryContents (System.Collections.Generic.IList<Microsoft.Extensions.FileProviders.IFileProvider> fileProviders, string subpath);
new Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents : System.Collections.Generic.IList<Microsoft.Extensions.FileProviders.IFileProvider> * string -> Microsoft.Extensions.FileProviders.Composite.CompositeDirectoryContents
Public Sub New (fileProviders As IList(Of IFileProvider), subpath As String)

Parameters

fileProviders
IList<IFileProvider>

The list of IFileProvider for which the results have to be composed.

subpath
String

The path.

Applies to