Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<PackageAction>(String)
    ObjectExtensions.Set<PackageAction, T>(Expression<Func<PackageAction, T>>, T, Boolean, Boolean)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer