Enum PackageAction
Defines the actions for a Package in the AppCatalog
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public enum PackageAction : int
Publish
Instructs the engine to publish the package in the App Catalog. The PackageId is required.
Remove
Instructs the engine to remove the package from the App Catalog. The PackageId is required.
Upload
Instructs the engine to upload the package in the App Catalog. The Src is required.
UploadAndPublish
Instructs the engine to upload and publish the package in the App Catalog. The PackageId is required.