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