FileContentHelperTryGetCardIDAsync - метод

Try to get card identifier for physical file.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static Task<Guid?> TryGetCardIDAsync(
	IDbScope dbScope,
	Guid id,
	bool isVersion = true,
	CancellationToken cancellationToken = default
)

Параметры

dbScope  IDbScope
Объект для взаимодействия с базой данных. Определяет область видимости объекта DbManager.
id  Guid
Identifier of file or version.
isVersion  Boolean  (Optional)
Identify file version or file.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskNullableGuid
Card identifier if any.

См. также