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
ThumbnailType
Declaration
public QuickLinkThumbnailSourceType ThumbnailType { get; set; }
Property Value
QuickLinkThumbnailSourceType
|
Title
Declaration
public string Title { get; set; }
Property Value
System.String
|