GetLogEntriesOptions Class

The options class used for getting information about multiple log entries.
Inheritance Hierarchy
SystemObject
  Dundas.BI.WebApi.ModelsGetLogEntriesOptions

Namespace: Dundas.BI.WebApi.Models
Assembly: Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[DataContractAttribute]
public class GetLogEntriesOptions

The GetLogEntriesOptions type exposes the following members.

Constructors
 NameDescription
Public methodGetLogEntriesOptionsInitializes a new instance of the GetLogEntriesOptions class
Top
Properties
 NameDescription
Public propertyMessageIds Gets or sets an array containing IDs of messages to be retrieved.
Public propertyQueryLogEntriesOptions Gets or sets the log entry query filter.
Top
See Also