ConsoleNode Members
Include Protected Members
Include Inherited Members
Represents the basic structure used for the Console menu.
The ConsoleNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConsoleNode() | Initializes a new instance of a ConsoleNode object with the specified ConsoleNode as its no parent. |
![]() |
ConsoleNode(ConsoleNode) | Initializes a new instance of a ConsoleNode object that has a parent node. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
AccessKey | Gets or sets the access key of this ConsoleNode object. |
![]() |
Action | Gets or sets the ConsoleAction object that corresponds to this ConsoleNode object. |
![]() |
Attributes | Gets a collection of all Attributes properties pertaining to this ConsoleNode object. |
![]() |
ChangedNodeId | Gets or sets the identifier (ID) of the ConsoleNode object being replaced, modified, or deleted. |
![]() |
ChildConsoleNodes | Gets the collection of ConsoleNode objects that are child objects of this ConsoleNode object. |
![]() |
ConfigMenu | Gets or sets how this ConsoleNode object is used with the existing hierarchy. |
![]() |
Description | Gets or sets a string containing text that describes this ConsoleNode object. |
![]() |
DisplayText | |
![]() |
Enabled | Gets or sets whether the ConsoleNode object should be enabled for the user. |
![]() |
HasChildNodes | Gets a Boolean value that indicates whether this ConsoleNode object has any child ConsoleNode objects. |
![]() |
HideIfDisabled | Gets or sets whether this ConsoleNode object should be hidden from view when it is disabled. |
![]() |
HideStates | Gets or sets the states for which this ConsoleNode object should be hidden. |
![]() |
Id | Gets or sets the identifier (ID) of this ConsoleNode object. |
![]() |
ImageUrl | Gets or sets the URL of the image shown when this ConsoleNode is used. |
![]() |
IsSeparatorImage | Gets or sets whether this ConsoleNode object is a separator of other items. |
![]() |
IsSiteRelative | Gets or sets whether to interpret the href property as relative to the current SPWeb object. |
![]() |
MenuGroupId | Gets or sets the group identifier (ID) in which this item should be displayed. |
![]() |
href | Gets or sets the href value of this ConsoleNode object. |
![]() |
OriginalId | Gets or sets the original identifier (ID) of this ConsoleNode before an associated action modifies it. |
![]() |
ParentNode | Gets or sets the parent ConsoleNode of this ConsoleNode object. |
![]() |
PermissionContext | Gets or sets the context in which to evaluate the permissions of this ConsoleNode object. |
![]() |
RequiredStates | Gets or sets the states required to enable this ConsoleNode object in the current context. |
![]() |
RightsMode | Gets or sets whether all or any UserRights properties must be satisfied. |
![]() |
Sequence | Gets or sets the place where this ConsoleNode object appears in the node order. |
![]() |
Text | Gets or sets the display text associated with this ConsoleNode object. |
![]() |
Title | Gets or sets the title of this ConsoleNode object. |
![]() ![]() |
Type | Gets or sets the type of this ConsoleNode object. |
![]() |
UIVersion | |
![]() |
UseActionImageUrl | Gets or sets whether this ConsoleNode object should use its own ImageUrl property or that of the referenced ConsoleAction object. |
![]() |
UseActionhref | Gets or sets whether this ConsoleNode should use its own href property or that of the referenced ConsoleAction object. |
![]() |
UseActionRightsMask | Gets or sets whether this ConsoleNode should use its own UserRights property or that of the referenced ConsoleAction object. |
![]() |
UseActionStatesMask | Gets or sets whether this ConsoleNode should use its own RequiredStates property or those of the referenced ConsoleAction object. |
![]() |
UseActionText | Gets or sets whether this ConsoleNode object should use its own display text or that of a referenced ConsoleAction object. |
![]() |
UserRights | Gets or sets the rights required for this user to see this ConsoleNode object. |
![]() |
Visible | Specifies whether the ConsoleNode should be displayed to the user. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IsCurrentlyEnabled | Specifies whether the ConsoleNode object should be enabled or disabled without being restricted to what is defined in the AuthoringStates enumeration. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
UserHasRights | Determines whether the current user has rights to view this ConsoleNode object. |
Top