FileContentHelperTryGetFileInfoAsync - метод

Try get physical file info.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static Task<(Guid CardID, Guid FileID, string FileName, Guid FileVersionID)?> TryGetFileInfoAsync(
	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.

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

TaskNullableValueTupleGuid, Guid, String, Guid
Physical file info.

См. также