DeleteItemTypes
Deletes specified item types.
DeleteItemTypes Parameters
types : String[]
Array of item types to delete.
Each item can be full item type name or ID.
DeleteItemTypes Examples
CreateTask('DeleteItemTypes', { Key = Value })
Import
Imports package with solutions structure.
Import Parameters
Package : Url
URL to zip file or directory with solutions structure.
RemovePackage : Boolean = false
True to remove the package after importing.
Update : Boolean = false
True to update solutions if they exist.
Recover : Boolean = false
True to recover the following import errors:
Exact : Boolean = false
True to work in exact mode (remove all old types and views that are not defined in the package).
CustomIdentifiers : Boolean = false
True to set custom values for identifiers from package if provided.
Import Examples
CreateTask('Import', { Key = Value })
Install
Installs an application module.
Install Parameters
Package : Url
App module package to install.
RemovePackage : Boolean = false
True to remove the package file after installing.
Install Examples
CreateTask('Install', { Key = Value })
Uninstall
Uninstalls specified application module.
Uninstall Parameters
Uid : String
App module ID to uninstall.
Uninstall Examples
CreateTask('Uninstall', { Key = Value })