File.FileType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- System.String
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
Type of the file. Possible values are file and directory. Possible values include: 'file', 'directory'