Search Results for

    Show / Hide Table of Contents

    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.String>

    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.String

    UsageGuidelinesUrl

    The URL pointing to usage guidelines with regards to site classifications

    Declaration
    public string UsageGuidelinesUrl { get; set; }
    Property Value
    System.String

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer