Class PnPCoreContextOptions
Microsoft Graph global settings
Inheritance
System.Object
    PnPCoreContextOptions
  Namespace: PnP.Core.Services.Builder.Configuration
Assembly: PnP.Core.dll
Syntax
public class PnPCoreContextOptions : object
  Properties
GraphAlwaysUseBeta
If true than all requests to Microsoft Graph use the beta endpoint
Declaration
public bool GraphAlwaysUseBeta { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
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
| 
        System.Boolean
         
  | 
    
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
| 
        System.Boolean
         
  |