View Source
Class LinkDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "link", Namespace = "")]
public class LinkDisplay
Properties
View Source
Icon
Declaration
[DataMember(Name = "icon")]
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Published
Declaration
[DataMember(Name = "published")]
public bool Published { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
QueryString
Declaration
[DataMember(Name = "queryString")]
public string QueryString { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Target
Declaration
[DataMember(Name = "target")]
public string Target { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Trashed
Declaration
[DataMember(Name = "trashed")]
public bool Trashed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Udi
Declaration
[DataMember(Name = "udi")]
public GuidUdi Udi { get; set; }
Property Value
View Source
Url
Declaration
[DataMember(Name = "url")]
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|