Show / Hide Table of Contents

Enum FileFlags

Represents the type of an entry (file, executable or folder) in a QBucket.

Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
[Flags]
[JsonConverter(typeof(StringEnumConverter))]
public enum FileFlags

Fields

Name Description
Directory

A directory

ExecutableFile

An executable file

File

A file

In this article
Back to top Generated by DocFX