SPRibbonPostBackCommand members
Represents a Ribbon command that posts back to a server control.
The SPRibbonPostBackCommand type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPRibbonPostBackCommand(String, IPostBackEventHandler) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command and event handler. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, []) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, and event arguments. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event arguments, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, []) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, and event arguments. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, event arguments, and ECMA script. | |
SPRibbonPostBackCommand(String, IPostBackEventHandler, String, [], [], String) | Initializes a new instance of the SPRibbonPostBackCommand class using the specified command, event handler, event, event arguments, known types that may be present in the object graph. and ECMA script. |
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 | |
---|---|---|
DeserializePostBackEvent(String) | Deserializes a specified SPRibbonPostBackEvent object. | |
DeserializePostBackEvent(String, IEnumerable<Type>) | Deserializes a specified SPRibbonPostBackEvent object using the specified known types that may be present in the object graph. | |
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