SPList.EnableMinorVersions property
取得或設定一個Boolean值,指定的文件庫啟用版本設定時,是否要啟用次要版本。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property EnableMinorVersions As Boolean
Get
Set
'用途
Dim instance As SPList
Dim value As Boolean
value = instance.EnableMinorVersions
instance.EnableMinorVersions = value
public bool EnableMinorVersions { get; set; }
Property value
Type: System.Boolean
true如果已啟用次要版本 ;否則,請false。
備註
雖然EnableMinorVersions屬性定義在SPList類別,版本設定 」 是僅供文件庫清單。