Search Results for

    Show / Hide Table of Contents

    Interface ISiteCollectionAppManager

    Represents an interface to work with Application Lifecycle Management (ALM) for a site collection app catalog.

    Inherited Members
    IAppManager<ISiteCollectionApp>.GetAvailable(Guid)
    IAppManager<ISiteCollectionApp>.GetAvailableAsync(Guid)
    IAppManager<ISiteCollectionApp>.GetAvailable(string)
    IAppManager<ISiteCollectionApp>.GetAvailableAsync(string)
    IAppManager<ISiteCollectionApp>.GetAvailable()
    IAppManager<ISiteCollectionApp>.GetAvailableAsync()
    IAppManager<ISiteCollectionApp>.Add(byte[], string, bool)
    IAppManager<ISiteCollectionApp>.AddAsync(byte[], string, bool)
    IAppManager<ISiteCollectionApp>.Add(string, bool)
    IAppManager<ISiteCollectionApp>.AddAsync(string, bool)
    IAppManager<ISiteCollectionApp>.ServicePrincipal
    IAppOperations.Deploy(Guid, bool)
    IAppOperations.DeployAsync(Guid, bool)
    IAppOperations.Retract(Guid)
    IAppOperations.RetractAsync(Guid)
    IAppOperations.Remove(Guid)
    IAppOperations.RemoveAsync(Guid)
    IAppOperations.Install(Guid)
    IAppOperations.InstallAsync(Guid)
    IAppOperations.Upgrade(Guid)
    IAppOperations.UpgradeAsync(Guid)
    IAppOperations.Uninstall(Guid)
    IAppOperations.UninstallAsync(Guid)
    IAppOperations.ApproveAsync(string)
    Namespace: PnP.Core.Admin.Model.SharePoint
    Assembly: PnP.Core.Admin.dll
    Syntax
    public interface ISiteCollectionAppManager : IAppManager<ISiteCollectionApp>, IAppOperations
    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer