View Source
Class DomainSave
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class DomainSave : object
Properties
View Source
Domains
Declaration
public DomainDisplay[] Domains { get; set; }
Property Value
View Source
Language
Declaration
public int Language { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Valid
Declaration
public bool Valid { get; set; }
Property Value
Type |
Description |
System.Boolean |
|