FileContentActionHistoryStrategyCreateFileContentTokenActionAsync - метод

Insert the action history record for creating a file content access token.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Task<Guid?> CreateFileContentTokenActionAsync(
	bool isError,
	string tokenContentType,
	Guid? tokenContentID = null,
	TokenScope? tokenScope = 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.
tokenContentType  String
The handler type for content access tokens.
tokenContentID  NullableGuid  (Optional)
The identifier of the content being requested by the access token.
tokenScope  TokenScope  (Optional)
The scope of the content 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.

Реализации

IFileContentActionHistoryStrategyCreateFileContentTokenActionAsync(Boolean, String, NullableGuid, TokenScope, ITokenInfo, String, NullableGuid, NullableGuid, String, NullableGuid, NullableGuid)

См. также