IExplorerNodeContext.SharePointConnection Property
Gets an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.
Namespace: Microsoft.VisualStudio.SharePoint.Explorer
Assembly: Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property SharePointConnection As ISharePointConnection
ISharePointConnection SharePointConnection { get; }
Property Value
Type: Microsoft.VisualStudio.SharePoint.ISharePointConnection
An ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model.
Remarks
For more information about calling into the SharePoint server object model, see Calling into the SharePoint Object Models.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.