View Source
Class LinkDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class LinkDisplay : object
Properties
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Published
Declaration
public bool Published { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
QueryString
Declaration
public string QueryString { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Target
Declaration
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Trashed
Declaration
public bool Trashed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Udi
Declaration
public GuidUdi Udi { get; set; }
Property Value
View Source
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|