CompositeDirectoryContents(IList<IFileProvider>, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.