Click or drag to resize

LogbookManagerGetLogbookCount Method

Returns the number of logbook entries that match the given filter.

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<int> GetLogbookCount(
	PsrListFilter filter
)

Parameters

filter
Type: PsrApi.DataPsrListFilter

Return Value

Type: TaskInt32
See Also