IFileContentActionHistoryStrategyGetFileContentByTokenActionAsync - метод

Insert the action history record for retrieving file content by access token.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
Task<Guid?> GetFileContentByTokenActionAsync(
	bool isError,
	string token,
	string? tokenContentType = null,
	string? tokenContentID = null,
	ITokenInfo? tokenInfo = null,
	string? message = null,
	Guid? cardID = null,
	Guid? fileID = null,
	string? fileName = null,
	Guid? fileVersionID = null,
	Guid? userID = null
)

Параметры

isError  Boolean
Indicates if the record contains an error.
token  String
The access token for the content.
tokenContentType  String  (Optional)
The handler type for content access tokens.
tokenContentID  String  (Optional)
The identifier of the content being requested by the access token.
tokenInfo  ITokenInfo  (Optional)
An object containing information about token.
message  String  (Optional)
An additional message displayed in the action.
cardID  NullableGuid  (Optional)
The identifier of the card or object.
fileID  NullableGuid  (Optional)
File identifier if any.
fileName  String  (Optional)
File name identifier if any.
fileVersionID  NullableGuid  (Optional)
File version identifier if any.
userID  NullableGuid  (Optional)
User identifier if any.

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

TaskNullableGuid
The identifier of the successfully added history record, or if the operation failed.

См. также