SPFolder.RequiresCheckout property
Gets a value that indicates whether the folder is in a document library that requires checkout.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property RequiresCheckout As Boolean
Get
'Usage
Dim instance As SPFolder
Dim value As Boolean
value = instance.RequiresCheckout
public bool RequiresCheckout { get; }
Property value
Type: System.Boolean
true if the folder is in a document library that requires checkout; otherwise, false.