ILogOnServiceGetLogOnHistoryAsCsv Method

Gets the logon history as a CSV file records.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
IEnumerable<string> GetLogOnHistoryAsCsv(
	IList<Tuple<LogOnHistoryQueryField, SortDirection>>? orderBy,
	ICollection<LogOnHistoryQueryFilterRule>? filter
)

Parameters

orderBy
Type: System.Collections.GenericIListTupleLogOnHistoryQueryField, SortDirection
The sort order of the result, or if the order does not matter.
filter
Type: System.Collections.GenericICollectionLogOnHistoryQueryFilterRule
The filter rules which should be applied to the query, or if no filters are required.

Return Value

Type: IEnumerableString
CSV file records containing the logon history.
Exceptions
ExceptionCondition
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also