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