Sdílet prostřednictvím


File.FileType Vlastnost

Definice

Získá typ souboru.

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

Hodnota vlastnosti

Atributy
Newtonsoft.Json.JsonPropertyAttribute

Poznámky

Typ souboru. Možné hodnoty jsou soubor a adresář. Mezi možné hodnoty patří: 'file', 'directory'

Platí pro