3.1.5.131.1 Item Update Result Set

The Item Update Result Set returns status information about the list item update. The Item Update Result Set MUST only be returned when the @ReturnRowset parameter is set to 1, and MUST contain a single row.

       {ReturnCode}                   int,
       {RowsAffected}                 int,
       {Version}                      int,
       {Author}                       int,
       {Id}                           uniqueidentifier,
       {AuditMask}                    int,
       {InheritAuditMask}             int,
       {GlobalAuditMask}              int,
       {FullUrl}                      nvarchar(260);

{ReturnCode}: The return code value returned by proc_UpdateListItem.

{RowsAffected}: The count of the AllUserData table (section 2.2.7.3) rows updated by proc_UpdateListItem.

{Version}: The current value of the internal version number for the updated list item. This MUST be NULL if the specified list item was not found.

{Author}: The user identifier (section 2.2.1.13) for the author of the updated list item. This MUST be NULL if the specified list item was not found.

{Id}: The list item identifier (section 2.2.1.6) of the updated list item. This MUST be NULL if the specified list item was not found.

{AuditMask}: The Audit Flags (section 2.2.2.1) value for the updated list item. This MUST be NULL if the specified list item was not found.

{InheritAuditMask}: The Audit Flags value for the updated list item inherited from its containing List or document library. This MUST be NULL if the specified list item was not found.

{GlobalAuditMask}: The global Audit Flags value for the site collection specified by @SiteId. This MUST be NULL if the specified site collection was not found.

{FullUrl}: The store-relative form URL for the updated list item. This MUST be NULL if the specified list item was not found.