FileContentHelper - класс

Helper for file content.

Definition

Пространство имён: Tessa.Content.Files
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static class FileContentHelper
Inheritance
Object    FileContentHelper

Методы

DeleteCardFileTokensAsync(IDbScope, Guid, CancellationToken) Delete file and file version content access token identifiers for given card.
DeleteCardFileTokensAsync(Guid, IQueryExecutor, IQueryBuilderFactory, CancellationToken) Delete file and file version content access token identifiers for given card.
DeleteFileTokensAsync(IDbScope, Guid, CancellationToken) Delete file and file version content access token identifiers for given file.
DeleteFileTokensAsync(Guid, IQueryExecutor, IQueryBuilderFactory, CancellationToken) Delete file and file version content access token identifiers for given file.
DeleteTokensAsync Delete content access tokens with given IDs.
TryGetCardFileTokensAsync Try to get file and file version content access token identifiers for given card.
TryGetCardID Get the card identifier from the provided token information.
TryGetCardIDAsync Try to get card identifier for physical file.
TryGetFileInfoAsync Try get physical file info.
TryGetFileTokensAsync Try to get file and file version content access token identifiers for given file.
TryGetFileVersionAsync Try to get file version identifier for physical file.

Поля

ActionHistoryFileIDKey The key for storing the file identifier in an action history record.
ActionHistoryFileNameKey The key for storing the file name in an action history record.
ActionHistoryFileVersionIDKey The key for storing the file version identifier in an action history record.
CardIDKey The key for the card identifier.
CardTypeIDKey The key for the card type identifier.
CardTypeNameKey The key for the card type name.
FileIDKey The key for the file identifier.
FileTypeIDKey The key for the file type identifier.
FileTypeNameKey The key for the file type name.
FileVersionIDKey The key for the file version identifier.
FileVirtualKey The key for the file virtual flag.

См. также