ExclusiveCheckout

Determines whether users can check out content that was authored by another user.

  • When set to TRUE, only the author or a user with Admin permission to the security group can check out a content item.

  • When set to FALSE, users with Write permission to the security group can check out content that was authored by another user.

  • Default is FALSE.

Type and Usage

Location

  • System Properties, Content Security tab, Allow only original contributor to check out

  • Admin Server, Content Security, Allow only original contributor to check out

  • IntradocDir/config/config.cfg

Example

As a configuration setting, only original contributor can check out a content item.

ExclusiveCheckout=true

As script, returns the value of the configuration setting:

<$ExclusiveCheckout$>

See Also