SPMobileAllContentPageNavigation.GenerateUrl Method
Generates the URL of the All Site Content page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.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 String object that represents the URL of the All Site Content page.
Remarks
This override generates the URL of the All Site Content page by combining the application path for the current web application with the filename specified by the PageFileName property.
See Also
Reference
SPMobileAllContentPageNavigation Class