Enum InfiniFrameDialogOptions
- Namespace
- InfiniFrame
- Assembly
- InfiniFrame.Shared.dll
Defines options for a dialog
[Flags]
public enum InfiniFrameDialogOptions : byte
Fields
DisableCreateFolder = 4Disables the capability of creating folders via the dialog.
ForceOverwrite = 2Forces an overwrite of existing files without prompting the user in the dialog.
MultiSelect = 1Enables multi-selection in the dialog.
None = 0Represents no options for the dialog.