Class SiteCollection
Inheritance
System.Object
SiteCollection
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202209
Assembly: PnP.Framework.dll
Syntax
public abstract class SiteCollection : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
HubSiteLogoUrl
Declaration
public string HubSiteLogoUrl { get; set; }
Property Value
System.
|
HubSiteTitle
Declaration
public string HubSiteTitle { get; set; }
Property Value
System.
|
IsHubSite
Declaration
public bool IsHubSite { get; set; }
Property Value
System.
|
IsHubSiteSpecified
Declaration
public bool IsHubSiteSpecified { get; set; }
Property Value
System.
|
ProvisioningId
Declaration
public string ProvisioningId { get; set; }
Property Value
System.
|
Sites
Templates
Declaration
public ProvisioningTemplateReference[] Templates { get; set; }
Property Value
Theme
Declaration
public string Theme { get; set; }
Property Value
System.
|
Title
Declaration
public string Title { get; set; }
Property Value
System.
|