Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

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