community:groupMembersNotifications

Retrieves type groupMember notifications from the group with the given name or groupId specified.

  <community:groupMembersNotifications
      id="unreadResigned"
      name="group"
      type="Resigned"/>
  <logic:iterate
      id="user"
      name="unreadResigned"
      type="com.ndc.presentation.PresentationUser">
    <util:valueof param="user.article.fieldElement(USERNAME)"/>
  </logic:iterate>  
Syntax
<community:groupMembersNotifications
   groupId="..."?
   id="..."
   name="..."?
   type="..."/>
Attributes
id, mandatory, no runtime expressions

The name of the scripting-variable.

name

Name of the scripting-variable where to get the group information from. This can be a PresentationGroup, PresentationSection, Section, PresentationArticle or Article object.

groupId

The id of the group you want to get.

type, mandatory

The type of Notifications you want to receive. This can be "accepted","declined","resigned"