summaryM:DotNetNuke.Common.Globals.GetSubFolderPath(System.String)

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

Syntax

C#
[ObsoleteAttribute("This method has been deprecated. Replaced by GetSubFolderPath(ByVal strFileNamePath As String, ByVal portaId as Integer).")]
public static string GetSubFolderPath(
	string strFileNamePath
)
Visual Basic
<ObsoleteAttribute("This method has been deprecated. Replaced by GetSubFolderPath(ByVal strFileNamePath As String, ByVal portaId as Integer).")> 
Public Shared Function GetSubFolderPath ( 
	strFileNamePath As String
) As String

Parameters

strFileNamePath
Type: System..::..String
paramstrFileNamePathM:DotNetNuke.Common.Globals.GetSubFolderPath(System.String)

Return Value

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

See Also