Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online
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.