Class NonUnifiedDirectory
Represents physical directories for a Virtual
Inheritance
System.Object
NonUnifiedDirectory
Namespace: EPiServer.Web.Hosting
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7Syntax
public class NonUnifiedDirectory : VirtualDirectory
Constructors
NonUnifiedDirectory(String, String, VirtualPathNonUnifiedProvider)
Creates a Non
Declaration
public NonUnifiedDirectory(string physicalPath, string virtualPath, VirtualPathNonUnifiedProvider provider)
Parameters
Type | Name | Description |
---|---|---|
System. |
physicalPath | The physical path to represent. |
System. |
virtualPath | The virtual path to represent. |
Virtual |
provider | The Virtual |
Properties
Children
Gets an System.
Declaration
public override IEnumerable Children { get; }
Property Value
Type | Description |
---|---|
System. |
Directories
Gets an System.
Declaration
public override IEnumerable Directories { get; }
Property Value
Type | Description |
---|---|
System. |
Files
Gets an System.
Declaration
public override IEnumerable Files { get; }
Property Value
Type | Description |
---|---|
System. |
PhysicalPath
Gets the physical path for the virtual directory.
Declaration
public string PhysicalPath { get; }
Property Value
Type | Description |
---|---|
System. |