GraffitiBundle.FileDialog

Enumerations #

This class exposes no enumerations.

Constants #

This class exposes no constants.

Events #

This class exposes no events.

Methods #

NameParametersReturn TypeDescription
CountNoneIntegerReturns the count of files in the SelectedFiles array.

Properties #

NameTypeDefault ValueDescription
ActionButtonCaptionString“”Caption of the default button on the dialog.
AllowMultipleSelectionsBooleanFalseDetermines whether users will be allowed to select multiple files.
CancelButtonCaptionString“”Caption of the cancel button on the dialog.
ErrorMessageString“”Message returned when an error occurs within the client application during file selection.
ErrorNumberInteger0Number returned when an error occurs within the client application during file selection.
FilterString“”File types filter to apply to dialog.
PromptTextString“”Text displaying prompting the user’s selection.
ResolveAliasBooleanTrueDetermines whether dialog will follow aliases in selection.
ResultBooleanFalseSignifies whether the selection operation was completed. False will mean either an error occurred or the user cancelled the selection.
SelectedFiles()StringEmpty ArrayPaths of files the user has selected.
SuggestedFileNameString“”File name that is suggested to be used.
TagVariantNilDeveloper storage.
TitleString“”Title of the dialog.