UtilitiesCopyExtensionToInstall Method |
Copies the extension package to install folder and it will be installed next time application restarts.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static bool CopyExtensionToInstall(
string extensionArchive
)
Public Shared Function CopyExtensionToInstall (
extensionArchive As String
) As Boolean
public:
static bool CopyExtensionToInstall(
String^ extensionArchive
)
static member CopyExtensionToInstall :
extensionArchive : string -> bool
Parameters
- extensionArchive
- Type: SystemString
The full path of the extension archive file.
Return Value
Type:
BooleanA
Boolean value indicates if the extension package has been successfully copied to installation folder.
See Also