Class ClassicSiteCollection
Concrete type defining a classic Site Collection
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class ClassicSiteCollection : SiteCollection, IProvisioningHierarchyDescendant
Properties
Classification
The Classification of the target Site
Declaration
public string Classification { get; set; }
Property Value
System.String
|
Language
Language of the target Site
Declaration
public int Language { get; set; }
Property Value
System.Int32
|
Owner
Owner of the target Site
Declaration
public string Owner { get; set; }
Property Value
System.String
|
TimeZoneId
The TimeZone of the target Site
Declaration
public int TimeZoneId { get; set; }
Property Value
System.Int32
|
Url
The URL of the target Site
Declaration
public string Url { get; set; }
Property Value
System.String
|
WebTemplate
WebTemplate to use for creating this site collection
Declaration
public string WebTemplate { get; set; }
Property Value
System.String
|
Methods
EqualsInherited(SiteCollection)
Declaration
protected override bool EqualsInherited(SiteCollection other)
Parameters
SiteCollection
other
|
Returns
System.Boolean
|
Overrides
GetInheritedHashCode()
Declaration
protected override int GetInheritedHashCode()
Returns
System.Int32
|