Share via


CheckOutOption Enumeration

SharePoint Designer Developer Reference

CheckOutOption can be one of these CheckOutOption constants.

Requirements

Name Value Description
CheckOutAutomatic 1 Default. Checks out the file.
CheckOutCancel 3 Cancels the file checkout.
CheckOutPromptUser 0 Prompts the user before checking out the file.
CheckOutReadOnly 2 Checks out a read-only version of the file.

Remarks