Search Results for

    Show / Hide Table of Contents

    Interface IContentTransformator

    Interface implemented by all content transformators

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

    Methods

    Transform(List<WebPartEntity>)

    Transforms the passed web parts into the loaded client side page

    Declaration
    void Transform(List<WebPartEntity> webParts)
    Parameters
    List<WebPartEntity> webParts

    List of web parts that need to be transformed

    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