Hi Peter,
For retrieving "Download Count", I am using following Code
Dim arrLogs As ArrayList = LogsController.GetLogsByEntry(Me.EntryId, -1)
This call populates ArrayList object with the objects of type LogInfo class. But it is not including Log Entries from DMX_Log table for passed EntryId where UserId = -1.
In our module configuration, we are allowing download functionality to anonymous users. For every anonymous download, application makes one entry to DMX_Log table with UserId as -1.
Appreciate if you can suggest any other way to retrieve Download Count.
Thanks