SPMobilePostsHomePageNavigation.GenerateUrl Method
NOTE: This API is now obsolete.
Gets the URL of the mobile blog home page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")> _
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String
returnValue = Me.GenerateUrl()
[ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")]
protected override string GenerateUrl()
Return Value
Type: System.String
A String that represents the URL of the home page.
See Also
Reference
SPMobilePostsHomePageNavigation Class