SPUtility.TransferToSuccessPage method (String, String, String, String, String, Boolean)
執行作業成功] 頁面上的伺服器轉移
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Sub TransferToSuccessPage ( _
message As String, _
messageParam As String, _
nextUrl As String, _
linkText As String, _
linkUrl As String, _
showIcon As Boolean _
)
'用途
Dim message As String
Dim messageParam As String
Dim nextUrl As String
Dim linkText As String
Dim linkUrl As String
Dim showIcon As BooleanSPUtility.TransferToSuccessPage(message, _
messageParam, nextUrl, linkText, _
linkUrl, showIcon)
public static void TransferToSuccessPage(
string message,
string messageParam,
string nextUrl,
string linkText,
string linkUrl,
bool showIcon
)
參數
- message
Type: System.String
- messageParam
Type: System.String
- nextUrl
Type: System.String
- linkText
Type: System.String
- linkUrl
Type: System.String
- showIcon
Type: System.Boolean