Class PnPCoreContextOptions
- Namespace
- PnP.Core.Services.Builder.Configuration
- Assembly
- PnP.Core.dll
Microsoft Graph global settings
public class PnPCoreContextOptions
- Inheritance
-
PnPCoreContextOptions
- Inherited Members
Properties
GraphAlwaysUseBeta
If true than all requests to Microsoft Graph use the beta endpoint
public bool GraphAlwaysUseBeta { get; set; }
Property Value
GraphCanUseBeta
If true than the Graph beta endpoint is used when there's no other option, default approach stays using the v1 endpoint
public bool GraphCanUseBeta { get; set; }
Property Value
GraphFirst
Controls whether the library will try to use Microsoft Graph over REST whenever that's defined in the model
public bool GraphFirst { get; set; }