View Source
Class DomainDisplay
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class DomainDisplay : object
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
public bool Duplicate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Lang
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
View Source
Other
Declaration
public string Other { get; set; }
Property Value
Type |
Description |
System.String |
|