FileContentHelperTryGetCardFileTokensAsync - метод

Try to get file and file version content access token identifiers for given card.

Definition

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

Параметры

dbScope  IDbScope
Объект для взаимодействия с базой данных. Определяет область видимости объекта DbManager.
cardID  Guid
Card identifier.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskIListGuid
List of access token identifiers if any.

См. также