SettingsUnitEditorWebProxyGetUnitRecordsAsync - метод

Retrieves a collection of settings unit record available for the current session with specified category and names.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
C#
public Task<List<SettingsUnitRecord>> GetUnitRecordsAsync(
	string category,
	List<string> unitNames,
	CancellationToken cancellationToken = default
)

Параметры

category  String
The URL-encoded category name of the settings units. See Name.
unitNames  ListString
A collection of unique settings unit name inside category.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskListSettingsUnitRecord
A collection of objects.

См. также