Class ContentDomainsAndCulture
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "ContentDomainsAndCulture")]
public class ContentDomainsAndCulture
Properties
View SourceDomains
Declaration
[DataMember(Name = "domains")]
public IEnumerable<DomainDisplay>? Domains { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<IEnumerable<DomainDisplay>> |
Language
Declaration
[DataMember(Name = "language")]
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |