EventlogCollection Constructor

Alterian Email Manager 6.2.3 SDK Help File
Constructor

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

Syntax
public EventlogCollection(
	DMClient client,
	IEnumerable<int> eventlogXmlIdsForEM,
	IEnumerable<int> eventlogXmlIdsForSEV,
	EventlogEntityCollection mainEventEntitiesCollection,
	EventlogContentEntityCollection contentEventEntitiesCollection,
	bool eventlogToDo,
	bool sevToDo
)

Parameters

client
Type: DMLibraryDMClient
The DMClient to process
eventlogXmlIdsForEM
Type: System.Collections.GenericIEnumerableInt32
The eventlog_xml ids to process for EM events
eventlogXmlIdsForSEV
Type: System.Collections.GenericIEnumerableInt32
The eventlog_xml ids to process for SEV events
mainEventEntitiesCollection
Type: DMLibrary.Repository.EventlogEventlogEntityCollection
The EventlogEntityCollection with EM main events
contentEventEntitiesCollection
Type: DMLibrary.Repository.EventlogEventlogContentEntityCollection
The EventlogContentEntityCollection with EM content events
eventlogToDo
Type: SystemBoolean
True if this item has EM eventlog data to process. False in any other case
sevToDo
Type: SystemBoolean
True if this item has SEV eventlog data to process. False in any other case
See Also