SP.ClientActionInvokeMethod(obj, methodName, parameters) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.ClientActionInvokeMethod Class with the specified client object, the invoked method name and the parameter collection to the method. This member is reserved for internal use and is not intended to be used directly from your code.
var value = new ClientActionInvokeMethod(obj, methodName, parameters);
Parameters
- obj
The SP.ClientObject Class object on which the specified method is invoked.
Type: SP.ClientObject
- methodName
The String object that represents the name of the invoked method.
Type: String
- parameters
The object that represents the parameter collection to the invoked method.
Type: Object[]
Applies To
SP.ClientActionInvokeMethod Class