PagePermissionTree Class |
Namespace: Dynamicweb.Controls
The PagePermissionTree type exposes the following members.
Name | Description | |
---|---|---|
PagePermissionTree | Initializes a new instance of the PagePermissionTree class |
Name | Description | |
---|---|---|
AfterClientCheck |
Occurs after client checked tree node.
(Inherited from Tree.) | |
AutoID | (Inherited from Tree.) | |
ClientNodeComparator |
javascript sort comparator of the tree nodes.
(Inherited from Tree.) | |
CloseSameLevel |
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.) | |
ContextMenuID |
ID of Dynamicweb.Controls.Contextmenu to display on right click of the navigation area.
(Inherited from Tree.) | |
ControlMenu |
Gets an instance of ContextMenu object that corresponds to the control menu from the list sub-title.
(Inherited from Tree.) | |
DragAndDrop |
Gets drag and drop settings.
(Inherited from Tree.) | |
EnableControlMenu |
Gets or sets value indicating whether to enable context menu in the sub-title of the tree.
(Inherited from Tree.) | |
FolderLinks |
Should folders be links.
(Inherited from Tree.) | |
ImageClosePath |
Path of icon used - can be used to overwrite the built-in icons in the ImageClose property.
(Inherited from Tree.) | |
ImageOpenPath |
Path of icon used - can be used to overwrite the built-in icons in the ImageOpen property.
(Inherited from Tree.) | |
ImagePath |
Path of icon used - can be used to overwrite the built-in icons in the Image property.
(Inherited from Tree.) | |
InOrder |
If parent nodes are always added before children, setting this to true speeds up the tree.
(Inherited from Tree.) | |
InstanceID |
ID that should be set when using more than one tree on a page - must be unique.
(Inherited from Tree.) | |
IsProcessingEvents |
Gets value indicating whether tree is processing its events.
(Inherited from Tree.) | |
LoadedNodes |
Gets or sets tree nodes loaded on demand.
(Inherited from Tree.) | |
LoadOnDemand |
Gets or sets value indicating whether to load tree levels on-the-fly.
(Inherited from Tree.) | |
NodeCount |
Number of nodes - if specified it is displayed in the Navigation title.
(Inherited from Tree.) | |
ObjectID |
Gets or sets the ID of the object to view page permissions for
| |
ObjectType |
Gets or sets which type of object to view page permissions for
| |
OpenAll |
Expands all tree nodes.
(Inherited from Tree.) | |
OpenTo |
ID of node that the tree should open the path to.
(Inherited from Tree.) | |
ShowRoot |
Show root node.
(Inherited from Tree.) | |
ShowSubTitle |
Gets or sets value indicating whether to show sub-title.
(Inherited from Tree.) | |
ShowTitle |
Gets or sets value indicating whether to show title.
(Inherited from Tree.) | |
SubTitle |
Subtitle of the tree.
(Inherited from Tree.) | |
Target |
Target for all the nodes. Can be overridden on the TreeNode.
(Inherited from Tree.) | |
Title |
Title of the tree.
(Inherited from Tree.) | |
ToolbarButtons |
Gets the collection of toolbar buttons for this tree.
(Inherited from Tree.) | |
TranslateSubTitle |
Gets or sets value indicating whether to automatically translate tree sub-title.
(Inherited from Tree.) | |
TranslateTitle |
Gets or sets value indicating whether to automatically translate tree title.
(Inherited from Tree.) | |
UseCookies |
The tree uses cookies to rember it's state.
(Inherited from Tree.) | |
UseIcons |
Tree is drawn with icons.
(Inherited from Tree.) | |
UseLines |
Tree is drawn with lines.
(Inherited from Tree.) | |
UseSelection |
Nodes can be selected (highlighted).
(Inherited from Tree.) | |
UseStatusText |
Displays node names in the statusbar instead of the url.
(Inherited from Tree.) |
Name | Description | |
---|---|---|
Control_OnLoad | ||
Control_PreRender |
Handles tree "PreRender" event.
(Inherited from Tree.) | |
GetParentNodes |
Get parents of node from root of tree
(Inherited from Tree.) | |
LoadResources | (Inherited from Tree.) | |
OnNodeEdit |
Raises "NodeEdit" event.
(Inherited from Tree.) | |
PagePermissionTree_OnNodeExpand | ||
RaisePostBackEvent |
Fires when postback event is occured.
(Inherited from Tree.) | |
RegisterAsDynamic |
Registers specified nodes as "dynamic" nodes (loaded by demand).
(Inherited from Tree.) | |
Render | (Overrides TreeRender(HtmlTextWriter).) |
Name | Description | |
---|---|---|
NodeEdit |
Occurs after the tree node's name has been edited.
(Inherited from Tree.) | |
NodeExpand |
Asynchronously fired when a tree node is being expanded.
(Inherited from Tree.) |