SPChangeItem.AfterListId property
Gets the GUID of the list that contains the item after a change that involves URL renaming.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property AfterListId As Guid
Get
'Usage
Dim instance As SPChangeItem
Dim value As Guid
value = instance.AfterListId
public Guid AfterListId { get; }
Property value
Type: System.Guid
A GUID that identifies the list following the change.
Remarks
The value of the AfterListId property equals the value of the ListId property when the change does not involve URL renaming.