Gets the physical root folder path for the specified portal

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

Syntax

C#
public virtual string GetRootFolderMapPath(
	int portalID
)
Visual Basic
Public Overridable Function GetRootFolderMapPath ( 
	portalID As Integer
) As String

Parameters

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

Return Value

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

Implements

IPathUtils..::..GetRootFolderMapPath(Int32)

See Also