Share via


RemoteWeb Constructors

Definition

Overloads

RemoteWeb(ClientRuntimeContext, ObjectPath)
RemoteWeb(ClientRuntimeContext, String)

RemoteWeb(ClientRuntimeContext, ObjectPath)

public RemoteWeb (Microsoft.SharePoint.Client.ClientRuntimeContext context, Microsoft.SharePoint.Client.ObjectPath objectPath);
new Microsoft.SharePoint.Client.RemoteWeb : Microsoft.SharePoint.Client.ClientRuntimeContext * Microsoft.SharePoint.Client.ObjectPath -> Microsoft.SharePoint.Client.RemoteWeb

Parameters

objectPath
ObjectPath

Applies to

RemoteWeb(ClientRuntimeContext, String)

public RemoteWeb (Microsoft.SharePoint.Client.ClientRuntimeContext context, string requestUrl);
new Microsoft.SharePoint.Client.RemoteWeb : Microsoft.SharePoint.Client.ClientRuntimeContext * string -> Microsoft.SharePoint.Client.RemoteWeb
Public Sub New (context As ClientRuntimeContext, requestUrl As String)

Parameters

requestUrl
String

Applies to