Enum AppAction
Defines the action to execute against the package
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum AppAction : int
Install
Instructs the engine to install the package in the site collection.
InstallOrUpdate
Instructs the engine to install or update the package in the site collection.
Uninstall
Instructs the engine to uninstall the package from the site collection.
Update
Instructs the engine to update the package in the site collection.