SPRibbonPopulateQueryCommand members
Represents a command that populates a dynamic ribbon menu from an XML string.
The SPRibbonPopulateQueryCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRibbonPopulateQueryCommand(String, String) | Initializes a new instance of an SPRibbonPopulateQueryCommand object with the specified identifier and function name. | |
SPRibbonPopulateQueryCommand(String, String, String) | Initializes a new instance of an SPRibbonPopulateQueryCommand object with the specified identifier and function name that references whether the command is enabled. |
Top
Properties
Name | Description | |
---|---|---|
EnabledStatement | Gets or sets the code that is run to determine whether the command should be enabled. (Inherited from SPRibbonCommand.) | |
HandlerStatement | Gets or sets the code that is run when the command is invoked. (Inherited from SPRibbonCommand.) | |
Id | Gets the identifier of the command. (Inherited from SPRibbonCommand.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top