RestoreRequest.IgnoreConflictingHostNames Property

Definition

Optional. When restoring a site, custom domains might conflict with other site in the same datacenter. If this value is true, such hostnames will be ignored during restore. If this is false, the restore operation will fail on such conflict.

public bool IgnoreConflictingHostNames { get; set; }
member this.IgnoreConflictingHostNames : bool with get, set
Public Property IgnoreConflictingHostNames As Boolean

Property Value

Applies to