List.EnableVersioning 屬性
取得或設定值,指定是否可在清單中建立清單項目和文件的歷史版本。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public Property EnableVersioning As Boolean
Get
Set
'用途
Dim instance As List
Dim value As Boolean
value = instance.EnableVersioning
instance.EnableVersioning = value
public bool EnableVersioning { get; set; }
屬性值
類型:System.Boolean
傳回Booleantrue如果可以在清單中建立清單項目和文件的歷史版本否則會傳回false。預設值是
例外狀況
例外狀況 | 條件 |
---|---|
[System.ArgumentException] | 值會設定為true ,清單不支援歷史版本。錯誤碼 ︰-2147024809。 |
[System.NotSupportedException] | 值會設定為true和清單,外部清單。錯誤碼:-1。 |