ITempFileLinkProviderCreateFileAccessTokenAsync - метод

Create access token to a given file.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.0.8
C#
Task<IContentTokenInfo> CreateFileAccessTokenAsync(
	Guid cardID,
	Guid fileID,
	TimeSpan lifetime,
	string? fileTypeName = null,
	bool isVirtual = false,
	Guid? cardTypeID = null,
	string? cardTypeName = null,
	CancellationToken cancellationToken = default
)

Параметры

cardID  Guid
Card identifier.
fileID  Guid
File identifier.
lifetime  TimeSpan
Desired token lifetime.
fileTypeName  String  (Optional)
File type name.
isVirtual  Boolean  (Optional)
File is virtual or not.
cardTypeID  NullableGuid  (Optional)
Card type identifier.
cardTypeName  String  (Optional)
Card type name.
cancellationToken  CancellationToken  (Optional)
Propagates notification that operations should be canceled.

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

TaskIContentTokenInfo
File content temporary access token.

См. также