Table of Contents

Class PnPCoreSiteOptions

Namespace
PnP.Core.Services.Builder.Configuration
Assembly
PnP.Core.dll

Options for configuring a single site in PnP Core SDK

public class PnPCoreSiteOptions
Inheritance
PnPCoreSiteOptions
Inherited Members

Properties

AuthenticationProvider

The Authentication Provider

public IAuthenticationProvider AuthenticationProvider { get; set; }

Property Value

IAuthenticationProvider

SiteUrl

The URL of the target site

public string SiteUrl { get; set; }

Property Value

string