Search Results for

    Show / Hide Table of Contents

    Class LayoutTransformator

    Transforms the layout of a classic wiki/webpart page into a modern client side page using sections and columns

    Inheritance
    System.Object
    LayoutTransformator
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class LayoutTransformator : object, ILayoutTransformator

    Constructors

    LayoutTransformator(IPage)

    Creates a layout transformator instance

    Declaration
    public LayoutTransformator(IPage page)
    Parameters
    PnP.Core.Model.SharePoint.IPage page

    Client side page that will be receive the created layout

    Methods

    Transform(Tuple<PageLayout, List<WebPartEntity>>)

    Transforms a classic wiki/webpart page layout into a modern client side page layout

    Declaration
    public virtual void Transform(Tuple<PageLayout, List<WebPartEntity>> pageData)
    Parameters
    Tuple<PageLayout, List<WebPartEntity>> pageData

    Information about the analyed page

    Implements
    ILayoutTransformator.Transform(Tuple<PageLayout, List<WebPartEntity>>)

    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