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