View Source
Class DomainDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "DomainDisplay")]
public class DomainDisplay
Constructors
View Source
DomainDisplay(String, Int32)
Declaration
public DomainDisplay(string name, int lang)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32 |
lang |
|
Properties
View Source
Duplicate
Declaration
[DataMember(Name = "duplicate")]
public bool Duplicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Lang
Declaration
[DataMember(Name = "lang")]
public int Lang { get; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
[DataMember(Name = "name")]
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Other
Declaration
[DataMember(Name = "other")]
public string Other { get; set; }
Property Value
Type |
Description |
System.String |
|