Class SiteClassificationsSettings
Represents settings with regards to Site Classifications
Inheritance
System.Object
SiteClassificationsSettings
Namespace: PnP.Framework.Graph.Model
Assembly: PnP.Framework.dll
Syntax
public class SiteClassificationsSettings : object
Properties
Classifications
A list of classifications that was retrieved or should be applied.
Declaration
public List<string> Classifications { get; set; }
Property Value
List<System.
|
DefaultClassification
The default classification to use. Notice that when applying or updating the value specified should be present in the Classifications list of values.
Declaration
public string DefaultClassification { get; set; }
Property Value
System.
|
UsageGuidelinesUrl
The URL pointing to usage guidelines with regards to site classifications
Declaration
public string UsageGuidelinesUrl { get; set; }
Property Value
System.
|