MobileMyProfilePageNavigation.GenerateUrl method

Generates the URL of the My Profile page for the current user account.

Namespace:  Microsoft.SharePoint.Portal.MobileControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String

returnValue = Me.GenerateUrl()
protected override string GenerateUrl()

Return value

Type: System.String
The URL of the My Profile page for the current user account.

Remarks

This method generates the URL based on the user account on the current Web site.

See also

Reference

MobileMyProfilePageNavigation class

MobileMyProfilePageNavigation members

Microsoft.SharePoint.Portal.MobileControls namespace