Class Site
Inheritance
System.Object
Site
Namespace: PnP.Framework.Provisioning.Providers.Xml.V202209
Assembly: PnP.Framework.dll
Syntax
public abstract class Site : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
System.
|
ProvisioningId
Declaration
public string ProvisioningId { get; set; }
Property Value
System.
|
QuickLaunchEnabled
Declaration
public bool QuickLaunchEnabled { get; set; }
Property Value
System.
|
QuickLaunchEnabledSpecified
Declaration
public bool QuickLaunchEnabledSpecified { 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.
|
UseSamePermissionsAsParentSite
Declaration
public bool UseSamePermissionsAsParentSite { get; set; }
Property Value
System.
|