SPMobileCommentsDeletePageNavigation.GenerateUrl Method
Gets the URL of the mobile blog form on which the current comment about can be deleted.
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
A String that represents the URL of the mobile delete comment form.
See Also
Reference
SPMobileCommentsDeletePageNavigation Class