EventlogCollectionGetEventlogEntities 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.EventlogAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic List<EventlogEntity> GetEventlogEntities()
Public Function GetEventlogEntities As List(Of EventlogEntity)
public:
virtual List<EventlogEntity^>^ GetEventlogEntities() sealed
abstract GetEventlogEntities : unit -> List<EventlogEntity>
override GetEventlogEntities : unit -> List<EventlogEntity>
function GetEventlogEntities();
Return Value
Type:
ListEventlogEntityA List{EventlogEntity} with all the main and content events
Implements
IEventlogCollectionGetEventlogEntities
See Also