FileContentHelperTryGetFileTokensAsync - метод

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

Definition

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

Параметры

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

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

TaskIListGuid
List of access token identifiers if any.

См. также