Class CommunicationSiteCollection
Concrete type defining a Communication Site Collection
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class CommunicationSiteCollection : SiteCollection, IProvisioningHierarchyDescendant
Properties
AllowFileSharingForGuestUsers
Defines whether the target Site can be shared to guest users or not
Declaration
public bool AllowFileSharingForGuestUsers { get; set; }
Property Value
System.Boolean
|
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
|
Remarks
Reserved for future use
SiteDesign
The ID of the SiteDesign
Declaration
public string SiteDesign { get; set; }
Property Value
System.String
|
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
|