Click or drag to resize
TransformationHelperGetUserProfileURL Method (Object, String)
Returns user profile URL.

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string GetUserProfileURL(
	Object userNameObj,
	string siteName
)

Parameters

userNameObj
Type: SystemObject
User name object
siteName
Type: SystemString
Name of the site

Return Value

Type: String
See Also