SPChangeItem.BeforeId property
取得識別的項目,包括 URL 重新命名變更之前的整數。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property BeforeId As Integer
Get
'用途
Dim instance As SPChangeItem
Dim value As Integer
value = instance.BeforeId
public int BeforeId { get; }
Property value
Type: System.Int32
32 位元的整數識別項目的變更之前。
備註
BeforeId屬性的值等於Id屬性的值,當變更沒有牽涉到的 URL 重新命名。