summaryM:DotNetNuke.Common.Internal.GlobalsImpl.GetSubFolderPath(System.String,System.Int32)

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

Syntax

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

Parameters

strFileNamePath
Type: System..::..String
paramstrFileNamePathM:DotNetNuke.Common.Internal.GlobalsImpl.GetSubFolderPath(System.String,System.Int32)
portalId
Type: System..::..Int32
paramportalIdM:DotNetNuke.Common.Internal.GlobalsImpl.GetSubFolderPath(System.String,System.Int32)

Return Value

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

Implements

IGlobals..::..GetSubFolderPath(String, Int32)

See Also