共用方式為


File.FileType 屬性

定義

取得檔案類型。

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

檔案的類型。 可能的值為檔案和目錄。 可能的值包括:'file'、'directory'

適用於