FileContentHelperTryGetCardFileTokensAsync - метод
Try to get file and file version content access token identifiers for given card.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static Task<IList<Guid>> TryGetCardFileTokensAsync(
IDbScope dbScope,
Guid cardID,
CancellationToken cancellationToken = default
)
Public Shared Function TryGetCardFileTokensAsync (
dbScope As IDbScope,
cardID As Guid,
Optional cancellationToken As CancellationToken = Nothing
) As Task(Of IList(Of Guid))
public:
static Task<IList<Guid>^>^ TryGetCardFileTokensAsync(
IDbScope^ dbScope,
Guid cardID,
CancellationToken cancellationToken = CancellationToken()
)
static member TryGetCardFileTokensAsync :
dbScope : IDbScope *
cardID : Guid *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> Task<IList<Guid>>
- dbScope IDbScope
Объект для взаимодействия с базой данных.
Определяет область видимости объекта
DbManager.
- cardID Guid
- Card identifier.
- cancellationToken CancellationToken (Optional)
Propagates notification that operations should be canceled.
TaskIListGuidList of access token identifiers if any.