Search Results for

    Show / Hide Table of Contents

    Interface ILayoutTransformator

    Interface implemented by all layout transformators

    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public interface ILayoutTransformator

    Methods

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

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

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

    Information about the analyed page

    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