Search Results for

    Show / Hide Table of Contents

    Class SummaryLink

    Inheritance
    System.Object
    SummaryLink
    Namespace: PnP.Framework.Modernization.Transform
    Assembly: PnP.Framework.dll
    Syntax
    public class SummaryLink : object

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    System.String

    ImageAltText

    Declaration
    public string ImageAltText { get; set; }
    Property Value
    System.String

    ImageUrl

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    System.String

    OpenInNewWindow

    Declaration
    public bool OpenInNewWindow { get; set; }
    Property Value
    System.Boolean

    Style

    Declaration
    public string Style { get; set; }
    Property Value
    System.String

    Title

    Declaration
    public string Title { get; set; }
    Property Value
    System.String

    ToolTip

    Declaration
    public string ToolTip { get; set; }
    Property Value
    System.String

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    System.String

    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