Get the portal folder froma child portal alias.

Namespace: DotNetNuke.Entities.Portals
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string GetPortalFolder(
	string alias
)
Visual Basic
Public Shared Function GetPortalFolder ( 
	alias As String
) As String

Parameters

alias
Type: System..::..String
portal alias.

Return Value

folder path of the child portal.

See Also