IExplorerNodeContext Interface
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.
Provides members that you can use to interact with the SharePoint site that is associated with an IExplorerNode object.
public interface class IExplorerNodeContext
public interface IExplorerNodeContext
type IExplorerNodeContext = interface
Public Interface IExplorerNodeContext
Remarks
Use the Context property of an IExplorerNode object to get an instance of this interface.
Properties
SharePointConnection |
Gets an ISharePointConnection object that you can use to execute commands that call into the SharePoint server object model. |
SiteId |
Gets the ID of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with. |
SiteUrl |
Gets the URL of the SharePoint site (Microsoft.SharePoint.SPWeb) that this node is associated with. |
Methods
CreatePropertySourceObject(IDictionary<String,String>) |
Creates an object that has special type descriptor logic to expose the specified dictionary of property values. |
ShowMessageBox(String, MessageBoxButtons, MessageBoxIcon) |
Displays a message box. |