ISettingsUnitRepositoryGetRecordsIDsAsync - метод

Retrieves the identifiers of all settings unit records that match the specified filter.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
Task<List<Guid>> GetRecordsIDsAsync(
	SettingsUnitFilter? filter = null,
	CancellationToken cancellationToken = default
)

Параметры

filter  SettingsUnitFilter  (Optional)
Represents a filter used to query settings units based on various properties.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

Возвращаемое значение

TaskListGuid
Collection of filtered identifiers for settings unit records available to the current session.

Заметки

This method performs a permissions check for the current session only if it is not an admin session.

См. также