AllowCheckin

Checks if the current user has checkin permission for the content item's security group.

Type and Usage

Output

  • Returns TRUE if the user has checkin permission.

  • Returns FALSE if the user does not have checkin permission.

Example

Can be used to do an optional presentation for a user with checkin permission:

<$if (AllowCheckin)$>
    <a href="<$redirect$>">
<$endif$>