Links Table

The Links table stores links recalculated during a site recalculation.

Warning  Modifying the database schema or database structures is unsupported. 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 SharePoint site to which the link belongs.
DirName nvarchar Directory in which the file is stored. Null value for a top-level site.
LeafName nvarchar Name of the file that contains the link.
WebPartId uniqueidentifier ID of a Web Part that has a link to another file, such as the Page Viewer and Image Web Parts. This ID matches up with the tp_ID in the Web Parts table.
LinkNumber int ID of the link on the page, incremented to ensure a unique value.
TargetDirName nvarchar Directory to which the link refers.
TargetLeafName nvarchar Target file of the link.
Type tinyint Type of link represented as an 8-bit number that represents a single-character abbreviation, such as "H" for "HREF."
Security tinyint Type of security for the link represented as an 8-bit number that represents a single-character abbreviation, such as "S" for a link that uses SSL security.
Dynamic tinyint Type of link represented as an 8-bit number that represents a single-character abbreviation, such as "S" for "STATIC."
ServerRel bit Value that indicates whether the link is a server-based relative path.
PointsToDir bit Value that indicates whether the link points to a directory.