RemoteWeb Constructors
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.
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
- context
- ClientRuntimeContext
- 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
- context
- ClientRuntimeContext
- requestUrl
- String