Gets the physical root folder path for the specified portal

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

Syntax

C#
string GetRootFolderMapPath(
	int portalID
)
Visual Basic
Function GetRootFolderMapPath ( 
	portalID As Integer
) As String

Parameters

portalID
Type: System..::..Int32
paramportalIDM:DotNetNuke.Common.Utilities.IPathUtils.GetRootFolderMapPath(System.Int32)

Return Value

returnsM:DotNetNuke.Common.Utilities.IPathUtils.GetRootFolderMapPath(System.Int32)

See Also