共用方式為


SPUtility.GetUploadedSolutionOp method

擷取新上傳方案的方案作業 (作業) 程式碼。

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

Syntax

'宣告
Public Shared Function GetUploadedSolutionOp ( _
    site As SPSite, _
    solutionId As String, _
    solutionHash As String _
) As String
'用途
Dim site As SPSite
Dim solutionId As String
Dim solutionHash As String
Dim returnValue As String

returnValue = SPUtility.GetUploadedSolutionOp(site, _
    solutionId, solutionHash)
public static string GetUploadedSolutionOp(
    SPSite site,
    string solutionId,
    string solutionHash
)

參數

  • solutionId
    Type: System.String

    解決方案的資訊清單檔案中所指定的識別碼。

  • solutionHash
    Type: System.String

    字串,識別解決方案雜湊。

傳回值

Type: System.String
會指出解決方案操作代碼字串。行動的程式碼值可以是下列其中之一: ACT、 UPG 或 null。

備註

ACT 的操作代碼表示沒有任何作用中的解決方案具有相同的識別碼。UPG 的操作代碼表示作用中的解決方案,具有相同的識別碼,但使用不同的雜湊。

請參閱

參照

SPUtility class

SPUtility members

Microsoft.SharePoint.Utilities namespace