SettingsUnitRepositoryGetRecordsIDsAsync - метод

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

Definition

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

Параметры

category  String  (Optional)
Path to the category separated by "/" where the settings unit is located.
The category filter includes results from its subcategories.
Can be to retrieve all records identifiers.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

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

Реализации

ISettingsUnitRepositoryGetRecordsIDsAsync(String, CancellationToken)

Заметки

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

См. также