This documentation is archived and is not being maintained.

IProjectItem::PhysicalPath Property

Gets the path for a project item.

Namespace:  System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

property String^ PhysicalPath {
	String^ get ();
}

Property Value

Type: System::String
The path for the item.

The 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 PhysicalPath property should return nullptr.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: