Gets User profile URL.

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

Syntax

C#
public static string UserProfileURL(
	int userId
)
Visual Basic
Public Shared Function UserProfileURL ( 
	userId As Integer
) As String

Parameters

userId
Type: System..::..Int32
The user id.

Return Value

Formatted url.

See Also