FileContentHelper - класс
Helper for file content.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.8
public static class FileContentHelper
<ExtensionAttribute>
Public NotInheritable Class FileContentHelper
[ExtensionAttribute]
public ref class FileContentHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type FileContentHelper = class end
- Inheritance
- Object FileContentHelper
| AddCreateAccessTokenToActionHistorySafeAsync |
Helper for adding record in ActionHistory about creation content token action.
|
| AddGetContentToActionHistorySafeAsync |
Helper for adding record in ActionHistory about getting content of a file action.
|
| 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.
|
| GetAddressName |
Get address name.
|
| GetFileContentID |
Get content identifier for non virtual file.
|
| GetFileVersionContentID |
Get content identifier for non virtual file version.
|
| GetVirtualFileContentID |
Get content identifier for virtual file.
|
| GetVirtualFileVersionContentID |
Get content identifier for virtual file version.
|
| RevokeContentAccessTokenToActionHistorySafeAsync |
Helper for adding record in ActionHistory about revoking content token action.
|
| TryGetCardFileTokensAsync |
Try to get file and file version content access token identifiers for given card.
|
| 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.
|
| TryParseFileContentID |
Parses content identifier for file.
|
| TryParseFileVersionContentID |
Parses content identifier for file version.
|