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 |