The modWebFiles Table

See Also

The modWebFiles table stores the URL information for the team Web site associated with the solution. This table identifies which URLs should be available offline. Using this table is optional.

The modWebFiles database table contains a number of columns used by the team solutions. The following table lists those columns and their data types and provides a brief description of each.

Column Data type Description
wf_ID identity (int) Unique identifier for each Web site URL.
wf_URL nvarchar(2048) The Web site URL.
wf_Type int Not used in this release.
wf_Excluded int Flag indicating whether the URL should be available offline: 1 if the URL is available offline, 2 if it is not.
wf_PubID int A unique identifier for the publication the URL belongs to; can be set to Null if the URL is to be included in all publications.