Search Results for

    Show / Hide Table of Contents

    Class PnPContextFactoryOptionsConfiguration

    PnPContext configuration options

    Inheritance
    object
    PnPContextFactoryOptionsConfiguration
    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
    Assembly: PnP.Core.dll
    Syntax
    public class PnPContextFactoryOptionsConfiguration

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