Share via


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

SPMobilePostsHomePageNavigation members

Microsoft.SharePoint.MobileControls namespace