Class PnPContextOptions
Options used when a Pn
Inheritance
System.Object
PnPContextOptions
Namespace: PnP.Core.Services
Assembly: PnP.Core.dll
Syntax
public class PnPContextOptions : object
Properties
AdditionalSitePropertiesOnCreate
Additional ISite properties to load when creating a new Pn
Declaration
public IEnumerable<Expression<Func<ISite, object>>> AdditionalSitePropertiesOnCreate { get; set; }
Property Value
IEnumerable<Expression<Func<ISite, System.
|
AdditionalWebPropertiesOnCreate
Additional IWeb properties to load when creating a new Pn
Declaration
public IEnumerable<Expression<Func<IWeb, object>>> AdditionalWebPropertiesOnCreate { get; set; }
Property Value
IEnumerable<Expression<Func<IWeb, System.
|
Properties
Properties to set on the context during creation
Declaration
public IDictionary<string, object> Properties { get; set; }
Property Value
IDictionary<System.
|
SiteUriCasingIsCorrect
By default Pn
Declaration
public bool SiteUriCasingIsCorrect { get; set; }
Property Value
System.
|