Printer Friendly Version      Send     
Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
Server Technologies
SDK Documentation
Platform
Reference
Databases
Tables
 WebParts Table
 
WebParts Table

The WebParts table stores a list of all the Web Parts available for the sites.

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 nameData typeDescription
tp_SiteIduniqueidentifierID of the site to which the Web Part belongs. GUID links to the Sites table.
tp_IDuniqueidentifierID of the Web Part.
tp_ListIduniqueidentifierID of the list to which the Web Part refers. GUID links to the Lists table.
tp_TypetinyintValue that indicates the type of Web Part.
tp_FlagsintBitmask combination of Web Part properties.
tp_BaseViewIDtinyintID of a base view defined in the SCHEMA.XML file of a list definition on which a custom view is based.
tp_DisplayNamenvarcharDisplay name of the view.
tp_VersionintVersion number used in optimistic concurrency checking.
tp_PageUrlIDuniqueidentifierURL of the page to which the Web Part refers. Found in the Docs table.
tp_PartOrderintOrdinal number indicating the location of the Web Part in relation to other Web Parts in the same zone.
tp_ZoneIDnvarcharValue that indicates the zone in which the Web Part is displayed.
tp_IsIncludedbitValue that indicates whether the Web Part is visible.
tp_FrameStatetinyintValue that indicates the frame type of the Web Part.
tp_ViewntextCollaborative Application Markup Language (CAML) that defines the customizations of a created view, taken in relation to a base view defined in the SCHEMA.XML file of a list definition.
tp_WebPartTypeIduniqueidentifierType ID of the Web Part.
tp_AllUsersPropertiesimageProperties specified for All Users.
tp_PerUserPropertiesimageProperties specified for Per User basis.
tp_CacheimagePrivate data cache for the Web Part.
tp_UserIDintID of the user to whom the Web Part is shown.
tp_SourcentextProperties of the Web Part as specified by a Microsoft Windows SharePoint Services-compatible HTML editor, such as Microsoft Office FrontPage 2003.
tp_CreationTimedatetimeDate and time the Web Part was created.
tp_SizebigintSize of the Web Part.
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker