Click or drag to resize

FileDialogModel Class

FileDialogModel
Inheritance Hierarchy

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

The FileDialogModel type exposes the following members.

Constructors
  NameDescription
Public methodFileDialogModel
Initializes a new instance of the FileDialogModel class
Top
Properties
  NameDescription
Public propertyFile
Gets or sets the file.
Public propertyFileType
Gets or sets the type of the file.
Public propertyFolder
Gets or sets the folder.
Public propertyIsFolderReadOnly
Gets or sets the folder readonly state
Public propertySelected
Gets or sets the selected.
Public propertySelectedNode
Gets or sets the selected node.
Public propertyTitle
Gets or sets the title.
Top
See Also