Class CdnSetting
Inheritance
System.Object
CdnSetting
Namespace: PnP.Framework.Provisioning.Providers.Xml.V201903
Assembly: PnP.Framework.dll
Syntax
public class CdnSetting : object
Constructors
CdnSetting()
Declaration
public CdnSetting()
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
System.
|
ExcludeIfNoScriptDisabled
Declaration
public string ExcludeIfNoScriptDisabled { get; set; }
Property Value
System.
|
ExcludeRestrictedSiteClassifications
Declaration
public string ExcludeRestrictedSiteClassifications { get; set; }
Property Value
System.
|
IncludeFileExtensions
Declaration
public string IncludeFileExtensions { get; set; }
Property Value
System.
|
NoDefaultOrigins
Declaration
public bool NoDefaultOrigins { get; set; }
Property Value
System.
|