Gets the path to a user folder.

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

Syntax

C#
public virtual string GetUserFolderPath(
	UserInfo user
)
Visual Basic
Public Overridable Function GetUserFolderPath ( 
	user As UserInfo
) As String

Parameters

user
Type: DotNetNuke.Entities.Users..::..UserInfo
The user info.

Return Value

The path to a user folder.

Implements

IPathUtils..::..GetUserFolderPath(UserInfo)

See Also