IWidgetTemplatesRepositoryIsTemplateExistsAsync - метод

Checks if a widget template with the specified identifier exists.

Definition

Пространство имён: Tessa.Dashboards.WidgetTemplates
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
Task<bool> IsTemplateExistsAsync(
	Guid templateID,
	CancellationToken cancellationToken = default
)

Параметры

templateID  Guid
Widget template identifier.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskBoolean
if template with the specified identifier exists; otherwise or .

См. также