Search Results for

    Show / Hide Table of Contents

    Class QuickLinksTransformator

    Class used to generate quicklinks web part properties

    Inheritance
    System.Object
    BaseTransform
    QuickLinksTransformator
    Inherited Members
    BaseTransform.RegisteredLogObservers
    BaseTransform.RegisterObserver(ILogObserver)
    BaseTransform.FlushObservers()
    BaseTransform.FlushSpecificObserver<T>()
    BaseTransform.LogError(String, String, Exception, Boolean, Boolean)
    BaseTransform.LogInfo(String, String, LogEntrySignificance)
    BaseTransform.LogWarning(String, String)
    BaseTransform.LogDebug(String, String)
    BaseTransform.Log(LogEntry, LogLevel)
    BaseTransform.SetPageId(String)
    BaseTransform.GetExactVersion(ClientRuntimeContext)
    BaseTransform.GetVersion(ClientRuntimeContext)
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class QuickLinksTransformator : BaseTransform

    Constructors

    QuickLinksTransformator(ClientContext, IList<ILogObserver>)

    Instantiates the class

    Declaration
    public QuickLinksTransformator(ClientContext cc, IList<ILogObserver> logObservers = null)
    Parameters
    ClientContext cc

    Client context for the web holding the source page

    IList<ILogObserver> logObservers

    Methods

    Transform(List<SummaryLink>, String)

    Generate quick links web part properties coming from a list of links

    Declaration
    public QuickLinksTransformatorResult Transform(List<SummaryLink> summaryLinks, string quickLinksJsonProperties)
    Parameters
    List<SummaryLink> summaryLinks

    Links coming from the summarylink web part

    System.String quickLinksJsonProperties

    Json properties blob for QuickLinks web part tailoring

    Returns
    QuickLinksTransformatorResult

    Properties for highlighted content web part

    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