{CompanyName} FlexyGo

IAutoUpdaterService..::..setCurrentVersionAsync Method

Namespace:  FLEXYGO.FlexyGoServices
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


[OperationContractAttribute]
Task setCurrentVersionAsync(
	string projectName,
	string siteName,
	string currentPhysicalPath,
	string currentVirtualPath,
	string packageName,
	string packageRepoUrl,
	string currentVersion,
	string newVersion,
	bool forceUpdate
)
<OperationContractAttribute> _
Function setCurrentVersionAsync ( _
	projectName As String, _
	siteName As String, _
	currentPhysicalPath As String, _
	currentVirtualPath As String, _
	packageName As String, _
	packageRepoUrl As String, _
	currentVersion As String, _
	newVersion As String, _
	forceUpdate As Boolean _
) As Task

Parameters

projectName
Type: String
siteName
Type: String
currentPhysicalPath
Type: String
currentVirtualPath
Type: String
packageName
Type: String
packageRepoUrl
Type: String
currentVersion
Type: String
newVersion
Type: String
forceUpdate
Type: Boolean