SettingsUnitEditorServiceResetRecordsAsync - метод

Resets the existing settings unit records for specified category.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
C#
public Task ResetRecordsAsync(
	string category,
	bool nested,
	IValidationResultBuilder validationResult,
	CancellationToken cancellationToken = default
)

Параметры

category  String
The URL-encoded category name of the settings units. See Name.
nested  Boolean
Specifies that units in nested categories will also be reset.
validationResult  IValidationResultBuilder
Объект, выполняющий построение результата валидации.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

Task
Represents an asynchronous operation.

Реализации

ISettingsUnitServiceResetRecordsAsync(String, Boolean, IValidationResultBuilder, CancellationToken)

См. также