Click or drag to resize

SelectFileDialogModel Class

SelectFileDialogModel
Inheritance Hierarchy
SystemObject
  Dynamicweb.Management.Files.Dialogs.ModelsFileDialogModel
    Dynamicweb.Management.Files.Dialogs.ModelsSelectFileDialogModel

Namespace:  Dynamicweb.Management.Files.Dialogs.Models
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
public class SelectFileDialogModel : FileDialogModel

The SelectFileDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodSelectFileDialogModel
Initializes a new instance of the SelectFileDialogModel class
Top
Properties
  NameDescription
Public propertyAllowedExtensions
Public propertyFile
Gets or sets the file.
(Inherited from FileDialogModel.)
Public propertyFileType
Gets or sets the type of the file.
(Inherited from FileDialogModel.)
Public propertyFolder
Gets or sets the folder.
(Inherited from FileDialogModel.)
Public propertyIsFolderReadOnly
Gets or sets the folder readonly state
(Inherited from FileDialogModel.)
Public propertyItemsToShowPerPage
Public propertyMultipleChoose
Public propertySearchTerm
Public propertySelected
Gets or sets the selected.
(Inherited from FileDialogModel.)
Public propertySelectedNode
Gets or sets the selected node.
(Inherited from FileDialogModel.)
Public propertyShowUploadButton
Gets or sets a value indicating whether [show upload button].
Public propertyTitle
Gets or sets the title.
(Inherited from FileDialogModel.)
Public propertyUploadFolder
Gets or sets the upload folder.
Top
See Also