FileContentHelperTryGetCardID - метод
Get the card identifier from the provided token information.
Пространство имён: Tessa.Content.FilesСборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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.