Click or drag to resize

PagePermissionTree Class

Inheritance Hierarchy

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public class PagePermissionTree : Tree

The PagePermissionTree type exposes the following members.

Constructors
  NameDescription
Public methodPagePermissionTree
Initializes a new instance of the PagePermissionTree class
Top
Properties
  NameDescription
Public propertyAfterClientCheck
Occurs after client checked tree node.
(Inherited from Tree.)
Public propertyAutoID (Inherited from Tree.)
Public propertyClientNodeComparator
javascript sort comparator of the tree nodes.
(Inherited from Tree.)
Public propertyCloseSameLevel
Only one node within a parent can be expanded at the same time. openAll() and closeAll() functions do not work when this is enabled.
(Inherited from Tree.)
Public propertyContextMenuID
ID of Dynamicweb.Controls.Contextmenu to display on right click of the navigation area.
(Inherited from Tree.)
Public propertyControlMenu
Gets an instance of ContextMenu object that corresponds to the control menu from the list sub-title.
(Inherited from Tree.)
Public propertyDragAndDrop
Gets drag and drop settings.
(Inherited from Tree.)
Public propertyEnableControlMenu
Gets or sets value indicating whether to enable context menu in the sub-title of the tree.
(Inherited from Tree.)
Public propertyFolderLinks
Should folders be links.
(Inherited from Tree.)
Public propertyImageClosePath
Path of icon used - can be used to overwrite the built-in icons in the ImageClose property.
(Inherited from Tree.)
Public propertyImageOpenPath
Path of icon used - can be used to overwrite the built-in icons in the ImageOpen property.
(Inherited from Tree.)
Public propertyImagePath
Path of icon used - can be used to overwrite the built-in icons in the Image property.
(Inherited from Tree.)
Public propertyInOrder
If parent nodes are always added before children, setting this to true speeds up the tree.
(Inherited from Tree.)
Public propertyInstanceID
ID that should be set when using more than one tree on a page - must be unique.
(Inherited from Tree.)
Public propertyIsProcessingEvents
Gets value indicating whether tree is processing its events.
(Inherited from Tree.)
Protected propertyLoadedNodes
Gets or sets tree nodes loaded on demand.
(Inherited from Tree.)
Public propertyLoadOnDemand
Gets or sets value indicating whether to load tree levels on-the-fly.
(Inherited from Tree.)
Public propertyNodeCount
Number of nodes - if specified it is displayed in the Navigation title.
(Inherited from Tree.)
Public propertyObjectID
Gets or sets the ID of the object to view page permissions for
Public propertyObjectType
Gets or sets which type of object to view page permissions for
Public propertyOpenAll
Expands all tree nodes.
(Inherited from Tree.)
Public propertyOpenTo
ID of node that the tree should open the path to.
(Inherited from Tree.)
Public propertyShowRoot
Show root node.
(Inherited from Tree.)
Public propertyShowSubTitle
Gets or sets value indicating whether to show sub-title.
(Inherited from Tree.)
Public propertyShowTitle
Gets or sets value indicating whether to show title.
(Inherited from Tree.)
Public propertySubTitle
Subtitle of the tree.
(Inherited from Tree.)
Public propertyTarget
Target for all the nodes. Can be overridden on the TreeNode.
(Inherited from Tree.)
Public propertyTitle
Title of the tree.
(Inherited from Tree.)
Public propertyToolbarButtons
Gets the collection of toolbar buttons for this tree.
(Inherited from Tree.)
Public propertyTranslateSubTitle
Gets or sets value indicating whether to automatically translate tree sub-title.
(Inherited from Tree.)
Public propertyTranslateTitle
Gets or sets value indicating whether to automatically translate tree title.
(Inherited from Tree.)
Public propertyUseCookies
The tree uses cookies to rember it's state.
(Inherited from Tree.)
Public propertyUseIcons
Tree is drawn with icons.
(Inherited from Tree.)
Public propertyUseLines
Tree is drawn with lines.
(Inherited from Tree.)
Public propertyUseSelection
Nodes can be selected (highlighted).
(Inherited from Tree.)
Public propertyUseStatusText
Displays node names in the statusbar instead of the url.
(Inherited from Tree.)
Top
Methods
  NameDescription
Protected methodControl_OnLoad
Protected methodControl_PreRender
Handles tree "PreRender" event.
(Inherited from Tree.)
Public methodGetParentNodes
Get parents of node from root of tree
(Inherited from Tree.)
Public methodLoadResources (Inherited from Tree.)
Protected methodOnNodeEdit
Raises "NodeEdit" event.
(Inherited from Tree.)
Protected methodPagePermissionTree_OnNodeExpand
Public methodRaisePostBackEvent
Fires when postback event is occured.
(Inherited from Tree.)
Public methodRegisterAsDynamic
Registers specified nodes as "dynamic" nodes (loaded by demand).
(Inherited from Tree.)
Protected methodRender (Overrides TreeRender(HtmlTextWriter).)
Top
Events
  NameDescription
Public eventNodeEdit
Occurs after the tree node's name has been edited.
(Inherited from Tree.)
Public eventNodeExpand
Asynchronously fired when a tree node is being expanded.
(Inherited from Tree.)
Top
See Also