Class DomainUpdateResult
Represents the result of a domain update operation.
Inheritance
object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
public sealed class DomainUpdateResult
Constructors
View SourceDomainUpdateResult()
Declaration
public DomainUpdateResult()
Properties
View SourceConflictingDomains
Gets the collection of domains that conflicted with existing domains, or null if there were no conflicts.
Declaration
public IEnumerable<IDomain>? ConflictingDomains { get; init; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDomain> |
Domains
Gets the collection of domains that were successfully updated.
Declaration
public IEnumerable<IDomain> Domains { get; init; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<IDomain> |