Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class CompositeFileProviderExtensions

Convenient methods for ICompositeFileProvider

Inheritance
System.Object
CompositeFileProviderExtensions
Namespace: EPiServer.Framework.Hosting
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3
Syntax
public static class CompositeFileProviderExtensions : Object

Methods

AddProvider(ICompositeFileProvider, IBasePathFileProvider)

Adds a base path file provider to the composite provider

Declaration
public static void AddProvider(this ICompositeFileProvider compositeFileProvider, IBasePathFileProvider basePathFileProvider)
Parameters
Type Name Description
ICompositeFileProvider compositeFileProvider

The composite provider that is being extended

IBasePathFileProvider basePathFileProvider

The IBasePathFileProvider to add