Enum CheckOutType
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Enumeration that describes the different checkout states of a file, independent of the lock state of the file. (e.g. https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ee538918(v=office.15))
public enum CheckOutType
Fields
The file is not checked out.
The file is checked out for editing on the local computer.
The file is checked out for editing on the server.