Class PnPCoreSiteOptions
Options for configuring a single site in PnP Core SDK
Inheritance
System.Object
PnPCoreSiteOptions
Namespace: PnP.Core.Services.Builder.Configuration
Assembly: PnP.Core.dll
Syntax
public class PnPCoreSiteOptions : object
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
System.String
|