Microsoft.Office.SharePointWorkspace.AddIn Namespace
The Microsoft.Office.SharePointWorkspace.AddIn namespace provides the classes and interfaces to access a SharePoint Workspace add-in tool, including the workspace members, tool data connector, and tool context.
Interfaces
Interface | Description | |
---|---|---|
ISPWApplication | Provides context information about the application runtime environment, such as contact information for current user running SharePoint Workspace. | |
ISPWContact | Provides information about a contact who is a member of the workspace. | |
ISPWDataConnector | Provides the connection between the underlying tool data and your add-in datasets. | |
ISPWManagedToolAddin | Provides the add-in handlers that control the add-in tool lifetime events. | |
ISPWManagedToolAddinUI | Provides the add-in handlers that control the tool user interface lifetime events. | |
ISPWMember | Provides information about the workspace member, including the member's role in the workspace. | |
ISPWTool | Provides access to the tool and the tool context. | |
ISPWToolUI | Provides access to the tool's user interface. | |
ISPWWorkspace | Provides the workspace name and the workspace members. |