SPFile.RequiresCheckout property
取得指定檔案是否需要簽出的文件媒體櫃中的Boolean值。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property RequiresCheckout As Boolean
Get
'用途
Dim instance As SPFile
Dim value As Boolean
value = instance.RequiresCheckout
public bool RequiresCheckout { get; }
Property value
Type: System.Boolean
true如果檔案是在需要簽出 ; 文件庫否則, false。