Click or drag to resize
IPackageOperationsAddPackage Method
Adds the package.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Package AddPackage(
	string packageName,
	string accountId,
	Dictionary<string, string> initArguments
)

Parameters

packageName
Type: SystemString
Name of the package.
accountId
Type: SystemString
The account id.
initArguments
Type: System.Collections.GenericDictionaryString, String
The init arguments.

Return Value

Type: Package
Newly added package.
See Also