Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
SDK Documentation
Platform
Reference
Databases
Tables
 Lists Table

  Switch on low bandwidth view
Lists Table

The Lists table stores information about lists that are on the SharePoint site.

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_WebIduniqueidentifierGUID of the Web site to which the list belongs.
tp_IDuniqueidentifierGUID for the list.
tp_TitlenvarcharName of the list.
tp_CreateddatetimeDate and time the list was created.
tp_ModifieddatetimeDate and time the list was modified.
tp_LastDeleteddatetimeTime of the last delete inside the list. Used to optimize incremental search. Search needs to do a full enumeration of the list if something has been deleted.
tp_DeleteCountintNot used.
tp_LastSecurityChangedatetimeDate and time when security settings on the list were last changed.
tp_VersionintVersion number of the list, which is incremented each time the list is updated to prevent conflicts.
tp_AuthorintID of the user who created the list.
tp_BaseTypeintBase type of the list. 0 for custom, 1 for document libraries, 3 for discussion boards, 4 for surveys.
tp_ServerTemplateintList template used to create the list. 101 is the value for the default document library template.
tp_RootFolderuniqueidentifierDirectory in which the list is stored. The GUID is the ID of the directory in the Docs table.
tp_TemplateuniqueidentifierLocation of the file used when the New Item link is clicked for the list. The GUID is the ID of the file in the Docs table.
tp_ImageUrlnvarcharImage associated with the list type. This image is displayed on the Documents and Lists page.
tp_ReadSecurityintValue that is used to restrict access to the list. Lists can be restricted so that users can read only the items they added to the list.
tp_WriteSecurityintValue that is used to restrict access to the list. Lists can be restricted so that users can only edit their own items in the list, not other people's items.
tp_AnonymousPermMaskintValue that is used to restrict access to the list. Identifies the rights granted to anonymous users.
tp_SubscribedbitValue that indicates whether alerts are specified for a list. 1 if there are; 0 if there are none.
tp_DirectionintValue indicating whether the list direction is left-to-right or right-to-left.
tp_FlagsintBitmask combination of list properties.
tp_ThumbnailSizeintOption that specifies the size of thumbnail images.
tp_WebImageWidthintOption that specifies image width in the browser.
tp_WebImageHeightintOption that specifies image height in the browser.
tp_ItemCountintNumber of items in the list.
tp_NextAvailableIdintNext available ID for an item that is added to a list.
tp_DescriptionntextDescription of the list.
tp_EmailInsertsFoldernvarcharPublic folder that is examined for e-mail inserts into this document library.
tp_EmailInsertsLastSyncTimenvarcharLast time the list was synchronized with the public folder. Used to prevent reading the same e-mail messages repeatedly.
tp_ACLimagePermissions for the list, in binary format.
tp_EventSinkAssemblynvarcharManaged code assembly used to handle document library events.
tp_EventSinkClassnvarcharClass name inside the managed code assembly that handles document library events .
tp_EventSinkDatanvarcharProperty bag for use by the event handler.
tp_FieldsntextFields in the list. For most lists this data is "ghosted"; that is, the copy from the template is used. This column only contains field information if users add or remove fields from the list.

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker