Click or drag to resize

FileNode Class

FileNode
Inheritance Hierarchy
SystemObject
  Dynamicweb.Core.UINode
    Dynamicweb.Management.Files.NodesFileNode

Namespace:  Dynamicweb.Management.Files.Nodes
Assembly:  Dynamicweb.Management.Files (in Dynamicweb.Management.Files.dll) Version: 4.1.1
Syntax
public class FileNode : Node

The FileNode type exposes the following members.

Constructors
  NameDescription
Public methodFileNode
Initializes a new instance of the FileNode class.
Public methodFileNode(String, String)
Initializes a new instance of the FileNode class.
Top
Properties
  NameDescription
Public propertyActions (Inherited from Node.)
Public propertyAdornments (Inherited from Node.)
Public propertyDefaultAction (Inherited from Node.)
Public propertyEnabled (Inherited from Node.)
Public propertyHasActions (Inherited from Node.)
Public propertyHasNodes (Inherited from Node.)
Public propertyHint (Inherited from Node.)
Public propertyIcon (Inherited from Node.)
Public propertyIconColor (Inherited from Node.)
Public propertyId (Inherited from Node.)
Public propertyIsReadOnly
Public propertyNodes (Inherited from Node.)
Public propertyReload (Inherited from Node.)
Public propertyTitle (Inherited from Node.)
Top
Fields
  NameDescription
Public fieldStatic memberCreateFileActionId
The create file action identifier
Public fieldStatic memberCreateFolderActionId
The create folder action identifier
Public fieldStatic memberDeleteActionId
The delete action identifier
Public fieldStatic memberEditImageSettingsActionId
The edit image settings action identifier
Public fieldStatic memberEditPermissionsActionId
The edit permissions action identifier
Public fieldStatic memberRenameFolderActionId
The rename folder action identifier
Top
See Also