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