Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
'Usage
Dim message As StringSPUtility.TransferToSuccessPage(message)
public static void TransferToSuccessPage(
string message
)
Parameters
message
Type: System.StringThe message to be displayed.