Purpose
This tag will execute the body if the current content is NOT of a specific type.
Example
<wcm:ifContentIsNot type="org.weceem.blog.WcmBlogEntry">
This is not a blog entry!
</wcm:ifContentIsNot>
This check for the content type is polymorphic.
Description
The supported attributes are:
- type - class or class name of the content type to test