ClientActionInvokeStaticMethod Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ClientActionInvokeStaticMethod (Microsoft.SharePoint.Client.ClientRuntimeContext context, string typeId, string methodName, object[] parameters);
new Microsoft.SharePoint.Client.ClientActionInvokeStaticMethod : Microsoft.SharePoint.Client.ClientRuntimeContext * string * string * obj[] -> Microsoft.SharePoint.Client.ClientActionInvokeStaticMethod
Public Sub New (context As ClientRuntimeContext, typeId As String, methodName As String, parameters As Object())
Parameters
- context
- ClientRuntimeContext
- typeId
- String
- methodName
- String
- parameters
- Object[]