Table of Contents

Enum InfiniFrameDialogOptions

Namespace
InfiniFrame
Assembly
InfiniFrame.Shared.dll

Defines options for a dialog

[Flags]
public enum InfiniFrameDialogOptions : byte

Fields

DisableCreateFolder = 4

Disables the capability of creating folders via the dialog.

ForceOverwrite = 2

Forces an overwrite of existing files without prompting the user in the dialog.

MultiSelect = 1

Enables multi-selection in the dialog.

None = 0

Represents no options for the dialog.