CompositeDirectoryContents(IList<IFileProvider>, String) Constructor

Definition

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

C#
public CompositeDirectoryContents(System.Collections.Generic.IList<Microsoft.Extensions.FileProviders.IFileProvider> fileProviders, string subpath);

Parameters

fileProviders
IList<IFileProvider>

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

subpath
String

The path.

Applies to

Product Versions
.NET 8 (package-provided), 9 (package-provided)
.NET Framework 4.7 (package-provided), 4.7.1 (package-provided), 4.7.2 (package-provided), 4.8 (package-provided)
.NET Standard 2.0 (package-provided)