Class VariationInformation
Class containing variation configuration information
Inheritance
System.Object
VariationInformation
Namespace: PnP.Framework.Entities
Assembly: PnP.Framework.dll
Syntax
public class VariationInformation : object
Properties
AutomaticCreation
Automatic creation Mapped to property "EnableAutoSpawnPropertyName"
Declaration
public bool AutomaticCreation { get; set; }
Property Value
System.
|
CopyResources
Copy resources Mapped to property "CopyResourcesPropertyName"
Declaration
public bool CopyResources { get; set; }
Property Value
System.
|
RecreateDeletedTargetPage
Recreate Deleted Target Page; set to false to enable recreation Mapped to property "AutoSpawnStopAfterDeletePropertyName"
Declaration
public bool RecreateDeletedTargetPage { get; set; }
Property Value
System.
|
RootWebTemplate
Configuration setting site template to be used for the top sites of each label Mapped to property "SourceVarRootWebTemplatePropertyName"
Declaration
public string RootWebTemplate { get; set; }
Property Value
System.
|
SendNotificationEmail
Send email notification Mapped to property "SendNotificationEmailPropertyName"
Declaration
public bool SendNotificationEmail { get; set; }
Property Value
System.
|
UpdateTargetPageWebParts
Update Target Page Web Parts Mapped to property "UpdateWebPartsPropertyName"
Declaration
public bool UpdateTargetPageWebParts { get; set; }
Property Value
System.
|