get_option Parameter
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Data Type: Integer
A parameter for the get document Method 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 nonexclusively, if the source control system in use is configured to allow nonexclusive check-outs.
Note
If the source control system does allow nonexclusive checkouts, the chkoutNonExclusive option degrades to the chkoutExclusive option.