MobileMySitePageNavigation.GenerateUrl Method
Generates the URL of the “My Site” Web page.
Namespace: Microsoft.SharePoint.Portal.MobileControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String
returnValue = Me.GenerateUrl()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
protected override string GenerateUrl()
Return Value
Type: System.String
The URL of the “My Site” Web page.
Remarks
This URL is retrieved from the UserProfile of the current user.
See Also
Reference
MobileMySitePageNavigation Class