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
|