Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
<cfimport taglib="farcry.core.tags.security" prefix="sec" />

sec:CheckPermission

This tag checks the specified permissions for the current user. If the permission is not granted, the enclosed code is not executed.

...