AuthorDelete

Enables authors to delete their own revisions without Delete permission to the security group.

  • When set to TRUE, authors can delete their own revisions without Delete permission to the security group.

  • Default is an empty string.

Type and Usage

Location

  • System Properties, Content Security tab-Allow author to delete revision

  • Admin Server, Content Security-Allow author to delete revision

  • IntradocDir/config/config.cfg

Example

As a configuration entry:

AuthorDelete=true

As script:

<$if AuthorDelete$>
    <$AuthorDelete$>
<$else$>
    false
<$endif$>