FileContentHelperTryGetCardID - метод
Get the card identifier from the provided token information.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static Guid? TryGetCardID(
ITokenInfo tokenInfo
)
Public Shared Function TryGetCardID (
tokenInfo As ITokenInfo
) As Guid?
public:
static Nullable<Guid> TryGetCardID(
ITokenInfo^ tokenInfo
)
static member TryGetCardID :
tokenInfo : ITokenInfo -> Nullable<Guid>
- tokenInfo ITokenInfo
An object containing information about token.
NullableGuidThe card identifier if found, or
if the card identifier could not be retrieved.