Share via


File.FileType Property

Definition

Gets file type.

[Newtonsoft.Json.JsonProperty(PropertyName="fileType")]
public string FileType { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fileType")>]
member this.FileType : string
Public ReadOnly Property FileType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Type of the file. Possible values are file and directory. Possible values include: 'file', 'directory'

Applies to