Share via


SPChangeItem.BeforeListId Property

Gets the GUID of the list that contains the item before a change that involves URL renaming.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
Public ReadOnly Property BeforeListId As Guid
    Get
'Usage
Dim instance As SPChangeItem
Dim value As Guid

value = instance.BeforeListId
public Guid BeforeListId { get; }

Property Value

Type: System.Guid
A GUID that identifies the list before the change.

Remarks

The value of the BeforeListId property equals the value of the ListId property when the change does not involve URL renaming.

See Also

Reference

SPChangeItem Class

SPChangeItem Members

Microsoft.SharePoint Namespace