Click or drag to resize

UtilitiesInstallExtension Method

Installs an extension from given zip archive

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static bool InstallExtension(
	string extensionArchive,
	Guid extensionId,
	out string InstallDir
)

Parameters

extensionArchive
Type: SystemString
The full path of extension archive (*.zip)
extensionId
Type: SystemGuid
The Id of the extension.
InstallDir
Type: SystemString
The directory where the extension is or will be installed.

Return Value

Type: Boolean
True if the extension is installed, False if the extension can not be installed.
See Also