3.1.5.21.8 Web Part Info Result Set

The Web Part Info Result Set MUST only be returned when @GetWebPartInfo is set to 1. If Web Part data for the requested document exists, one row MUST be returned for each Web Part, otherwise zero rows MUST be returned.

       tp_Id                          uniqueidentifier,
       tp_Level                       tinyint,
       tp_Source                      nvarchar(max),
       tp_AllUsersProperties          varbinary(max);

tp_Id: The Web Part Identifier of the Web Part.

tp_Level: Publishing Level Type value of the document.

tp_Source: Properties of the Web Part.

tp_AllUsersProperties: A list of the XML properties which are common for all users of the Web Part.