ClientActionInvokeMethod(ClientObject, String, Object[]) 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 ClientActionInvokeMethod (Microsoft.SharePoint.Client.ClientObject obj, string methodName, object[] parameters);
new Microsoft.SharePoint.Client.ClientActionInvokeMethod : Microsoft.SharePoint.Client.ClientObject * string * obj[] -> Microsoft.SharePoint.Client.ClientActionInvokeMethod
Public Sub New (obj As ClientObject, methodName As String, parameters As Object())
Parameters
- obj
- ClientObject
- methodName
- String
- parameters
- Object[]