Class CommonNoGroupSiteOptions
  
  Generic site collection creation options that apply for all types of site collections that are not backed by a Microsoft 365 group
 
  
  
    Inheritance
    System.Object
    
    CommonNoGroupSiteOptions
   
  
      
      
  
  
  
  
  Assembly: PnP.Core.Admin.dll
  
  Syntax
  
    public abstract class CommonNoGroupSiteOptions : CommonSiteOptions
   
  
  
  
  
  Constructors
  
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  Default constructor, sets url and title
 
  
  Declaration
  
    public CommonNoGroupSiteOptions(Uri url, string title)
   
  Parameters
  
    
      | 
        Uri
        url
         Url of the site to create 
       | 
    
    
      | 
        System.String
        title
         Title of the site to create 
       | 
    
  
  
  
  
  
  
  
  
  
  
  
  
   
  Properties
  
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  
  
  Declaration
  
    public string Classification { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The description to use for the site.
 
  
  Declaration
  
    public string Description { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The Guid of the hub site to be used. If specified will associate the communication site to the hub site
 
  
  Declaration
  
    public Guid HubSiteId { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The owner of the site. Reserved for future use.
 
  
  Declaration
  
    public string Owner { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  
  
  Declaration
  
    public Guid SensitivityLabelId { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  If set to true sharing files by email is enabled. Defaults to false.
 
  
  Declaration
  
    public bool ShareByEmailEnabled { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The Guid of the site design to be used.
 
  
  Declaration
  
    public Guid SiteDesignId { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The time zone to use for the site.
 
  
  Declaration
  
    public TimeZone? TimeZone { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  The title of the site to create
 
  
  Declaration
  
    public string Title { get; set; }
   
  
  
  
  
  Property Value
  
  
  
  
  
  
  
  
   
  
  
     
    
  
  
    
  
  
  
  
  
  
  
  
  
  Declaration
  
    public Uri Url { get; set; }
   
  
  
  
  
  Property Value