Share via


SP.ChangeItem.listId Property

Applies to: SharePoint Foundation 2010

In this article
Property Value
Applies To
Remarks

Gets a value that identifies the list that contains the changed item.

var value = SP.ChangeItem.get_listId();

Property Value

Type: SP.Guid

Applies To

SP.ChangeItem Class

Exceptions

  • [System.NotSupportedException]
    The list identifier in the change fields item of the change collection is null. Error code: -1.

Remarks

In the case of a change that includes moving the item between lists, ListId must contain the value it had before the move.

See Also

Reference

SP.ChangeItem Methods

SP.ChangeItem Properties

SP Namespace