System.Web.UI.Design.IProjectItem.PhysicalPath Property

Gets the path for a project item.

Syntax

public string PhysicalPath { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The IProjectItem.PhysicalPath property returns the physical path for a given project item if the design host supports this feature and if it makes sense to retrieve a physical path for the item. If the item is a non-disk item, such as a Web site or an FTP site, the IProjectItem.PhysicalPath property should return null.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0