Search Results for

    Show / Hide Table of Contents

    Class PnPContextFactoryOptionsConfiguration

    PnPContext configuration options

    Inheritance
    System.Object
    PnPContextFactoryOptionsConfiguration
    Namespace: PnP.Core.Services
    Assembly: PnP.Core.dll
    Syntax
    public class PnPContextFactoryOptionsConfiguration : object

    Properties

    AuthenticationProvider

    The Authentication Provider configuration

    Declaration
    public IAuthenticationProvider AuthenticationProvider { get; set; }
    Property Value
    IAuthenticationProvider

    Name

    The Name of the configuration

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

    SiteUrl

    The URL of the target SPO Site

    Declaration
    public Uri SiteUrl { get; set; }
    Property Value
    Uri

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