Click or drag to resize

FileDialogViews Class

FileDialogViews
Inheritance Hierarchy
SystemObject
  Dynamicweb.AspNet.ViewsElementViews
    Dynamicweb.Management.Files.DialogsFileDialogViews

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

The FileDialogViews type exposes the following members.

Constructors
  NameDescription
Public methodFileDialogViews
Initializes a new instance of the FileDialogViews class
Top
Properties
  NameDescription
Public propertyContext (Inherited from ElementViews.)
Top
Methods
  NameDescription
Public methodCreateFile
Creates the file.
Public methodCreateFolder
Creates the folder.
Public methodRenameFile
Renames the file.
Public methodSelectFile
Selects the file.
Public methodSelectFolder
Selects the folder.
Top
See Also