IEventlogCollectionGetEventlogEntities Method

Alterian Email Manager 6.2.3 SDK Help File
Gets a list of all the EventlogEntity stored in either the main or content events collections

Namespace:  DMLibrary.Repository.Eventlog
Assembly:  DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420

Syntax
List<EventlogEntity> GetEventlogEntities()

Return Value

Type: ListEventlogEntity
A List{EventlogEntity} with all the main and content events
See Also