Deps Table
The Deps table stores document dependencies.
Warning Modifying the database schema or database structures is not supported. Changes that you make to the database contents may be overwritten when you install updates or service packs for Windows SharePoint Services, or when you upgrade an installation to the next product version.
Columns
Column name | Data type | Description |
---|---|---|
SiteId | uniqueidentifier | ID of the SharePoint site. GUID can be found in the Sites table. |
FullUrl | nvarchar | URL of the file. |
DepType | tinyint | Dependency type. |
DepDesc | nvarchar | Description of the dependency type. For example, for an include dependency, the URL of the document to include. |