FileContentHelperDeleteFileTokensAsync(IDbScope, Guid, CancellationToken) - метод

Delete 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 DeleteFileTokensAsync(
	IDbScope dbScope,
	Guid fileID,
	CancellationToken cancellationToken = default
)

Параметры

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

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

Task
List of access token identifiers if any.

См. также