SPUtility.TransferToSuccessPage Method (String)
Transfers the request to a Microsoft SharePoint Foundation success page.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)> _
Public Shared Sub TransferToSuccessPage ( _
message As String _
)
'Usage
Dim message As StringSPUtility.TransferToSuccessPage(message)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.PerSpec)]
public static void TransferToSuccessPage(
string message
)
Parameters
message
Type: System.StringThe message to be displayed.