ClientRuntimeContext Constructor

Initializes a new instance of the ClientRuntimeContext class with the specified absolute URL.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client.Silverlight.Runtime (in Microsoft.SharePoint.Client.Silverlight.Runtime.dll);  Microsoft.SharePoint.Client.Runtime (in Microsoft.SharePoint.Client.Runtime.dll)

Syntax

'Declaration
Protected Sub New ( _
    webFullUrl As String _
)
'Usage
Dim webFullUrl As String

Dim instance As New ClientRuntimeContext(webFullUrl)
protected ClientRuntimeContext(
    string webFullUrl
)

Parameters

  • webFullUrl
    Type: System.String

    The String that represents the absolute URL for the site collection.

See Also

Reference

ClientRuntimeContext Class

ClientRuntimeContext Members

Microsoft.SharePoint.Client Namespace