SPUtility.GetUploadedSolutionOp method
SharePoint 2013
Retrieves the solution operation (op) code for a newly uploaded solution.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
public static string GetUploadedSolutionOp( SPSite site, string solutionId, string solutionHash )
Parameters
- site
- Type: Microsoft.SharePoint.SPSite
The SPSite object that represents the SharePoint Services Web site.
- solutionId
- Type: System.String
The identifier that was specified in the manifest file for the solution.
- solutionHash
- Type: System.String
A string that identifies the solution hash.
Return value
Type: System.StringA string that indicates the op code for the solution. The op code value can be one of the following: ACT, UPG, or null.