ModifyWebPartsNode members
Provides a full tree of Web Parts.
The ModifyWebPartsNode type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ModifyWebPartsNode() | Constructs an instance of a ModifyWebPartsNode object. | |
ModifyWebPartsNode(ConsoleNode) | Constructs an instance of a ModifyWebPartsNode object. |
Top
Properties
Name | Description | |
---|---|---|
AccessKey | Gets or sets the access key of this ConsoleNode object. (Inherited from ConsoleNode.) | |
Action | Gets or sets the ConsoleAction object that corresponds to this ConsoleNode object. (Inherited from ConsoleNode.) | |
Attributes | Gets a collection of all Attributes properties pertaining to this ConsoleNode object. (Inherited from ConsoleNode.) | |
ChangedNodeId | Gets or sets the identifier (ID) of the ConsoleNode object being replaced, modified, or deleted. (Inherited from ConsoleNode.) | |
ChildConsoleNodes | Identifies selected console nodes as child nodes. (Overrides ConsoleNode.ChildConsoleNodes.) | |
ConfigMenu | Gets or sets how this ConsoleNode object is used with the existing hierarchy. (Inherited from ConsoleNode.) | |
Description | Gets or sets a string containing text that describes this ConsoleNode object. (Inherited from ConsoleNode.) | |
DisplayText | Gets or sets the display text associated with this ConsoleNode object. (Inherited from ConsoleNode.) | |
Enabled | Gets or sets whether the ConsoleNode object should be enabled for the user. (Inherited from ConsoleNode.) | |
HasChildNodes | Gets a Boolean value that indicates whether this ConsoleNode object has any child ConsoleNode objects. (Inherited from ConsoleNode.) | |
HideIfDisabled | Gets or sets whether this ConsoleNode object should be hidden from view when it is disabled. (Inherited from ConsoleNode.) | |
HideStates | Gets or sets the states for which this ConsoleNode object should be hidden. (Inherited from ConsoleNode.) | |
Id | Gets or sets the identifier (ID) of this ConsoleNode object. (Inherited from ConsoleNode.) | |
ImageUrl | Gets or sets the URL of the image shown when this ConsoleNode is used. (Inherited from ConsoleNode.) | |
IsSeparatorImage | Gets or sets whether this ConsoleNode object is a separator of other items. (Inherited from ConsoleNode.) | |
IsSiteRelative | Gets or sets whether to interpret the NavigateUrl property as relative to the current SPWeb object. (Inherited from ConsoleNode.) | |
MenuGroupId | Gets or sets the group identifier (ID) in which this item should be displayed. (Inherited from ConsoleNode.) | |
NavigateUrl | Gets or sets the href value of this ConsoleNode object. (Inherited from ConsoleNode.) | |
OriginalId | Gets or sets the original identifier (ID) of this ConsoleNode before an associated action modifies it. (Inherited from ConsoleNode.) | |
ParentNode | Gets or sets the parent ConsoleNode of this ConsoleNode object. (Inherited from ConsoleNode.) | |
PermissionContext | Gets or sets the context in which to evaluate the permissions of this ConsoleNode object. (Inherited from ConsoleNode.) | |
RequiredStates | Gets or sets the authoring states required to enable this console action. (Overrides ConsoleNode.RequiredStates.) | |
RightsMode | Gets or sets whether all or any UserRights properties must be satisfied. (Inherited from ConsoleNode.) | |
Sequence | Gets or sets the place where this ConsoleNode object appears in the node order. (Inherited from ConsoleNode.) | |
Text | Gets or sets the display text associated with this ConsoleNode object. (Inherited from ConsoleNode.) | |
Title | Gets or sets the title of this ConsoleNode object. (Inherited from ConsoleNode.) | |
UIVersion | Gets or sets an integer that indicates the user interface experience point at which this ConsoleNode object is to be displayed. (Inherited from ConsoleNode.) | |
UseActionImageUrl | Gets or sets whether this ConsoleNode object should use its own ImageUrl property or that of the referenced ConsoleAction object. (Inherited from ConsoleNode.) | |
UseActionNavigateUrl | Gets or sets whether this ConsoleNode should use its own NavigateUrl property or that of the referenced ConsoleAction object. (Inherited from ConsoleNode.) | |
UseActionRightsMask | Gets or sets whether this ConsoleNode should use its own UserRights property or that of the referenced ConsoleAction object. (Inherited from ConsoleNode.) | |
UseActionStatesMask | Gets or sets whether this ConsoleNode should use its own RequiredStates property or those of the referenced ConsoleAction object. (Inherited from ConsoleNode.) | |
UseActionText | Gets or sets whether this ConsoleNode object should use its own display text or that of a referenced ConsoleAction object. (Inherited from ConsoleNode.) | |
UserRights | Gets or sets the rights required for this user to see this ConsoleNode object. (Inherited from ConsoleNode.) | |
Visible | Specifies whether the ConsoleNode should be displayed to the user. (Inherited from ConsoleNode.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IsCurrentlyEnabled | Specifies whether the ModifyWebPartsNode object is enabled regardless of the restrictions defined in the AuthoringStates enumeration. (Overrides ConsoleNode.IsCurrentlyEnabled(AuthoringStates).) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
UserHasRights | Determines whether the current user has rights to view this ConsoleNode object. (Inherited from ConsoleNode.) |
Top
See also
Reference
Microsoft.SharePoint.Publishing.WebControls.EditingMenuActions namespace