SP.ClientActionInvokeStaticMethod(typeId, methodName, parameters) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the SP.ClientActionInvokeStaticMethod Class with the specified client type ID, 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 ClientActionInvokeStaticMethod(typeId, methodName, parameters);
Parameters
- typeId
The String object that represents the ID of the client type.
Type: String
- methodName
The String object that represents the name of the invoked method.
Type: String
- parameters
The [T:System.Object[])] object that represents the parameter collection to the invoked method.
Type: Object[]
Applies To
SP.ClientActionInvokeStaticMethod Class