Class NonUnifiedFile
Represents physical files for a VirtualPathNonUnifiedProvider.
Inherited Members
Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public class NonUnifiedFile : VirtualFileEx
Constructors
NonUnifiedFile(String, String)
Creates a NonUnifiedFile instance.
Declaration
public NonUnifiedFile(string physicalPath, string virtualPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | physicalPath | The physical path to represent. |
System.String | virtualPath | The virtual path to represent. |
Properties
Changed
Base class implementation of interface. Throws NotImplementedException.
Declaration
public override DateTime Changed { get; }
Property Value
Type | Description |
---|---|
System.DateTime | The changed. |
Overrides
LocalPath
Gets the local path. Base class returns null
Declaration
public override string LocalPath { get; }
Property Value
Type | Description |
---|---|
System.String | The local path. |
Overrides
PhysicalPath
Gets the physical path for the virtual file.
Declaration
public string PhysicalPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Open()
Declaration
public override Stream Open()
Returns
Type | Description |
---|---|
System.IO.Stream |