Class ContentTransformator
Transforms content from "classic" page to modern client side page
Inherited Members
Namespace: PnP.Framework.Modernization.Transform
Assembly: PnP.Framework.dll
Syntax
public class ContentTransformator : BaseTransform, IContentTransformator
Constructors
ContentTransformator(ClientContext, ClientContext, IPage, PageTransformation, BaseTransformationInformation, IList<ILogObserver>)
Methods
Transform(List<WebPartEntity>)
Transforms the passed web parts into the loaded client side page
Declaration
public void Transform(List<WebPartEntity> webParts)
Parameters
List<WebPartEntity>
webParts
List of web parts that need to be transformed |