Class SummaryList
Represents a collection of SummaryItem.
Inheritance
System.Object
SummaryList
Namespace: Dnn.ExportImport.Components.Common
Assembly: DotNetNuke.SiteExportImport.dll
Syntax
public class SummaryList : List<SummaryItem>
Methods
| Improve this Doc View SourceAdd(SummaryItem)
Adds an item to the list.
Declaration
public void Add(SummaryItem item)
Parameters
Type | Name | Description |
---|---|---|
SummaryItem | item |
AddRange(IEnumerable<SummaryItem>)
Adds multiple items to the collection.
Declaration
public void AddRange(IEnumerable<SummaryItem> items)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<SummaryItem> | items | The items to add. |