View Source
Class ContentDomainsAndCulture
Inheritance
System.Object
Assembly: Umbraco.Web.dll
Syntax
[DataContract(Name = "ContentDomainsAndCulture")]
public class ContentDomainsAndCulture
Properties
View Source
Domains
Declaration
[DataMember(Name = "domains")]
public IEnumerable<DomainDisplay> Domains { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<DomainDisplay> |
|
View Source
Language
Declaration
[DataMember(Name = "language")]
public string Language { get; }
Property Value
Type |
Description |
System.String |
|