Gets the physical path for the specified relative path.

Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
string GetPhysicalPath(
	int portalID,
	string relativePath
)
Visual Basic
Function GetPhysicalPath ( 
	portalID As Integer,
	relativePath As String
) As String

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Common.Utilities.IPathUtils.GetPhysicalPath(System.Int32,System.String)
relativePath
Type: System..::..String
paramrelativePathM:DotNetNuke.Common.Utilities.IPathUtils.GetPhysicalPath(System.Int32,System.String)

Return Value

returnsM:DotNetNuke.Common.Utilities.IPathUtils.GetPhysicalPath(System.Int32,System.String)

See Also