ISettingsUnitRepositoryGetRecordsIDsAsync - метод
Retrieves the identifiers of all settings unit records that match the specified category.
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
Task<List<Guid>> GetRecordsIDsAsync(
string? category = null,
CancellationToken cancellationToken = default
)
Function GetRecordsIDsAsync (
Optional category As String = Nothing,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of List(Of Guid))
Task<List<Guid>^>^ GetRecordsIDsAsync(
String^ category = nullptr,
CancellationToken cancellationToken = CancellationToken()
)
abstract GetRecordsIDsAsync :
?category : string *
?cancellationToken : CancellationToken
(* Defaults:
let _category = defaultArg category null
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<List<Guid>>
- 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.
TaskListGuidCollection 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.