RestoreRequestInner.IgnoreDatabases Property

Definition

Gets or sets ignore the databases and only restore the site content

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreDatabases")]
public bool? IgnoreDatabases { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreDatabases")>]
member this.IgnoreDatabases : Nullable<bool> with get, set
Public Property IgnoreDatabases As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to