get_option Parameter

Data Type: Integer

A parameter for the get document method that specifies how documents are checked out from source control. The possible values are:

none

Do not check out the file.

chkoutExclusive

Check out the file exclusively, which fails if the file is already checked out by another user.

chkoutNonExclusive

Check out the file non-exclusively, if the source control system in use is configured to allow non-exclusive check-outs.

Note  If the source control system does allow non-exclusive check-outs, the chkoutNonExclusive option degrades to the chkoutExclusive option.