Class ContentDomainsAndCulture
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public class ContentDomainsAndCulture : object
Properties
View SourceDomains
Declaration
public IEnumerable<DomainDisplay> Domains { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Domain |
Language
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System. |