Interface IAppCatalogSite Metadata for a site collection catalog response. Namespace: PnP.Core.Admin.Model.SharePoint Assembly: PnP.Core.Admin.dll Syntax public interface IAppCatalogSite Properties AbsoluteUrl The absolute URL for a site collection app catalog. Declaration string AbsoluteUrl { get; set; } Property Value System.String SiteID The site collection id of a site collection app catalog. Declaration Guid SiteID { get; set; } Property Value Guid