SPChangeItem.BeforeListId property
取得清單中包含的項目之前的變更,包括 URL 重新命名的 GUID。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property BeforeListId As Guid
Get
'用途
Dim instance As SPChangeItem
Dim value As Guid
value = instance.BeforeListId
public Guid BeforeListId { get; }
Property value
Type: System.Guid
識別清單變更之前的 GUID。
備註
BeforeListId屬性的值等於ListId屬性的值,當變更沒有牽涉到的 URL 重新命名。