Views
Views are similar to tables in the way that data is represented; however, views are read-only.
Queries can be executed against a view as if it were a normal table.
CData MCP Server for Microsoft SharePoint Views
| Name | Description |
| FileVersions | Lists all available versions of a document stored in SharePoint, including version history details. Useful for tracking changes and restoring previous document versions. |
| GetValidTerms | Retrieves a list of valid managed metadata terms associated with a specific column in a SharePoint list. Helps enforce consistent categorization and tagging of SharePoint content. |
| Lists | Retrieves metadata about all SharePoint lists available on the site, including properties and settings. Useful for understanding the structure and usage of SharePoint lists. |
| Permissions | The permissions for a site or list. Note: If ItemId is empty, set the ObjectType to List or Web (an ObjectName must be specified when the ObjectType is List). If not, you must specify the ObjectName along with the ItemID. |
| Subsites | Lists all subsites within a SharePoint site, including hierarchy details. Helps with site navigation and organization. |