Microsoft.Office.SharePointWorkspace.AddIn.Data Namespace
The Microsoft.Office.SharePointWorkspace.AddIn.Data namespace provides the classes and enumerations to access the data in SharePoint Workspace add-in tools.
Classes
Class | Description | |
---|---|---|
Attachment | Contains a file attachment. | |
AttachmentCollection | Returns the collection of attachments. | |
SPWDAExtensions | This class is not accessible from add-in tools. It implements .NET Extension methods for the DataRow and DataSet classes. | |
SPWDataChangeEventArgs | Provides information about changes in the add-in tool's underlying data. | |
SPWDataConnector | Provides the connection between the underlying tool data and your add-in datasets. |
Enumerations
Enumeration | Description | |
---|---|---|
SPWContentState | Describes the state of the attachment contents, whether the local system has the current attachment contents. | |
SPWRecordChangeSource | Specifies whether the underlying data change was initiated on the local system or on a remote copy of the workspace. | |
SPWRecordChangeType | Specifies whether the underlying data change was caused by creating, deleting, or updating a record or an attachment. |