Class EmbeddedVirtualFileSetInfo
Inheritance
System.Object
EmbeddedVirtualFileSetInfo
Assembly: Volo.Abp.VirtualFileSystem.dll
Syntax
public class EmbeddedVirtualFileSetInfo : VirtualFileSetInfo
Constructors
EmbeddedVirtualFileSetInfo(IFileProvider, Assembly, String)
Declaration
public EmbeddedVirtualFileSetInfo(IFileProvider fileProvider, Assembly assembly, string baseFolder = null)
Parameters
Type |
Name |
Description |
IFileProvider |
fileProvider |
|
Assembly |
assembly |
|
System.String |
baseFolder |
|
Properties
Assembly
Declaration
public Assembly Assembly { get; }
Property Value
Type |
Description |
Assembly |
|
BaseFolder
Declaration
public string BaseFolder { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods