AllowCheckout

Checks whether current user has checkout permission for the content item's security group.

Type and Usage

Output

  • Returns TRUE if the user has checkout permission.

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

Example

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

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