Share via


NodeFile.IsDirectory Property

Definition

Gets or sets whether the object represents a directory.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to