Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Generates the URL of the My Content page of the current user.
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 Content page of the current user.
Remarks
This method returns an empty string if the UserProfile of the current user cannot be found.
See Also
Reference
MobileMyContentPageNavigation Class