EntreeServer.Module.EntreeListGroup
Product Information

Technical Requirements

Installation

Management
- How To Test
Farm Administration Tasks
Site Administration Tasks
Troubleshooting

Customization

Programming Reference

All
EntreeListItems used in your application will be added to a ListGroup. When rendered using the ListStyle "list_groups", the headers will be displayed and each group will be a seperate section. When rendered using the ListStyle "list", the headers will be gone and all the items will be rendered flat with no seperation.
Properties
- ListHeader
The title to be displayed above the ListGroup
Example
EntreeListGroup
lGrp = output.AddListGroup();
lGrp.ListHeader = "Hello World";