Class TeamNoGroupSiteCollection
Concrete type defining a Team Site Collection without an Office 365 Group
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class TeamNoGroupSiteCollection : SiteCollection, IProvisioningHierarchyDescendant
Properties
Alias
The Alias of the target Office 365 Group backing the Site, optional attribute. It is used if and only if the Groupify attribute has a value of True.
Declaration
public string Alias { get; set; }
Property Value
System.String
|
Classification
The Classification of the target groupified Site, if any, optional attribute. It is used if and only if the Groupify attribute has a value of True.
Declaration
public string Classification { get; set; }
Property Value
System.String
|
Groupify
Declare whether to groupify the team site after creation or not
Declaration
public bool Groupify { get; set; }
Property Value
System.Boolean
|
IsPublic
Defines whether the Office 365 Group for the target groupified Site is Public or Private, optional attribute. It is used if and only if the Groupify attribute has a value of True.
Declaration
public bool IsPublic { get; set; }
Property Value
System.Boolean
|
KeepOldHomePage
Defines whether to keep the old home page of the site after it gets groupified, optional attribute. It is used if and only if the Groupify attribute has a value of True.
Declaration
public bool KeepOldHomePage { get; set; }
Property Value
System.Boolean
|
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
|
Remarks
Reserved for future use
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
|
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
|