SPUtility.TransferToSuccessPage method (String, String, String, String)

Transfers the request to a Microsoft SharePoint Foundation success page.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Sub TransferToSuccessPage ( _
    message As String, _
    nextUrl As String, _
    linkText As String, _
    linkUrl As String _
)
'Usage
Dim message As String
Dim nextUrl As String
Dim linkText As String
Dim linkUrl As StringSPUtility.TransferToSuccessPage(message, _
    nextUrl, linkText, linkUrl)
public static void TransferToSuccessPage(
    string message,
    string nextUrl,
    string linkText,
    string linkUrl
)

Parameters

  • nextUrl
    Type: System.String

    The next URL to be displayed after the first success page.

  • linkText
    Type: System.String

    A string that contains the link text to be displayed with the success message.

See also

Reference

SPUtility class

SPUtility members

TransferToSuccessPage overload

Microsoft.SharePoint.Utilities namespace