Returns the folder path under the root for the portal

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

Syntax

C#
public static string GetSubFolderPath(
	string strFileNamePath,
	int portalId
)
Visual Basic
Public Shared Function GetSubFolderPath ( 
	strFileNamePath As String,
	portalId As Integer
) As String

Parameters

strFileNamePath
Type: System..::..String
The folder the absolute path
portalId
Type: System..::..Int32
Portal Id.

Return Value

returnsM:DotNetNuke.Common.Globals.GetSubFolderPath(System.String,System.Int32)

Remarks