Search Results for

    Show / Hide Table of Contents

    Class PnPCoreContextOptions

    Microsoft Graph global settings

    Inheritance
    object
    PnPCoreContextOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: PnP.Core.Services.Builder.Configuration
    Assembly: PnP.Core.dll
    Syntax
    public class PnPCoreContextOptions

    Properties

    GraphAlwaysUseBeta

    If true than all requests to Microsoft Graph use the beta endpoint

    Declaration
    public bool GraphAlwaysUseBeta { get; set; }
    Property Value
    bool

    GraphCanUseBeta

    If true than the Graph beta endpoint is used when there's no other option, default approach stays using the v1 endpoint

    Declaration
    public bool GraphCanUseBeta { get; set; }
    Property Value
    bool

    GraphFirst

    Controls whether the library will try to use Microsoft Graph over REST whenever that's defined in the model

    Declaration
    public bool GraphFirst { get; set; }
    Property Value
    bool

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer