Returns the folder path under the root for the portal

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

Syntax

C#
string GetSubFolderPath(
	string fileNamePath,
	int portalId
)
Visual Basic
Function GetSubFolderPath ( 
	fileNamePath As String,
	portalId As Integer
) As String

Parameters

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

Return Value

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

See Also