Search Results for

    Show / Hide Table of Contents

    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.Boolean

    CopyResources

    Copy resources Mapped to property "CopyResourcesPropertyName"

    Declaration
    public bool CopyResources { get; set; }
    Property Value
    System.Boolean

    RecreateDeletedTargetPage

    Recreate Deleted Target Page; set to false to enable recreation Mapped to property "AutoSpawnStopAfterDeletePropertyName"

    Declaration
    public bool RecreateDeletedTargetPage { get; set; }
    Property Value
    System.Boolean

    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.String

    SendNotificationEmail

    Send email notification Mapped to property "SendNotificationEmailPropertyName"

    Declaration
    public bool SendNotificationEmail { get; set; }
    Property Value
    System.Boolean

    UpdateTargetPageWebParts

    Update Target Page Web Parts Mapped to property "UpdateWebPartsPropertyName"

    Declaration
    public bool UpdateTargetPageWebParts { get; set; }
    Property Value
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer