Search Results for

    Show / Hide Table of Contents

    Class PnPCoreSiteOptions

    Options for configuring a single site in PnP Core SDK

    Inheritance
    object
    PnPCoreSiteOptions
    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 PnPCoreSiteOptions

    Properties

    AuthenticationProvider

    The Authentication Provider

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

    SiteUrl

    The URL of the target site

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

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