Search Results for

    Show / Hide Table of Contents

    Class QuickLink

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

    Properties

    AltText

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

    Description

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

    FabricReactIcon

    Declaration
    public QuickLinkFabricReactIconInfo FabricReactIcon { get; set; }
    Property Value
    QuickLinkFabricReactIconInfo

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    System.Int32

    Image

    Declaration
    public QuickLinkCustomizedImageInfo Image { get; set; }
    Property Value
    QuickLinkCustomizedImageInfo

    RawPreviewImageUrl

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

    SourceItem

    Declaration
    public SourceItemInfo SourceItem { get; set; }
    Property Value
    SourceItemInfo

    ThumbnailType

    Declaration
    public QuickLinkThumbnailSourceType ThumbnailType { get; set; }
    Property Value
    QuickLinkThumbnailSourceType

    Title

    Declaration
    public string Title { 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