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, Boolean)
    IAppManager<ISiteCollectionApp>.AddAsync(Byte[], String, Boolean)
    IAppManager<ISiteCollectionApp>.Add(String, Boolean)
    IAppManager<ISiteCollectionApp>.AddAsync(String, Boolean)
    IAppManager<ISiteCollectionApp>.ServicePrincipal
    IAppOperations.Deploy(Guid, Boolean)
    IAppOperations.DeployAsync(Guid, Boolean)
    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