Table of Contents

Interface IAppCatalogSite

Namespace
PnP.Core.Admin.Model.SharePoint
Assembly
PnP.Core.Admin.dll

Metadata for a site collection catalog response.

public interface IAppCatalogSite

Properties

AbsoluteUrl

The absolute URL for a site collection app catalog.

string AbsoluteUrl { get; set; }

Property Value

string

SiteID

The site collection id of a site collection app catalog.

Guid SiteID { get; set; }

Property Value

Guid