SPSolutionLanguagePack.Upgrade method (String)
Upgrades the language pack from a previous version to the current version using the specified solution file.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Upgrade ( _
path As String _
)
'Usage
Dim instance As SPSolutionLanguagePack
Dim path As String
instance.Upgrade(path)
public void Upgrade(
string path
)
Parameters
path
Type: System.StringThe path to the solution file.