AvatarContentHelper - класс

Helper methods and constants related to avatar content.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static class AvatarContentHelper
Inheritance
Object    AvatarContentHelper

Методы

GetFontSize Returns the font size in pixels for the specified avatar content kind.
GetMaxLength Returns the max file length in bytes for the specified avatar content kind.
GetName Returns the file name for the specified avatar content kind.
GetSize Returns the size in pixels for the specified avatar content kind.
TryExtractAvatarInfo Attempts to extract the Guid identifier and AvatarContentKind kind from the content request.

Поля

AvatarKindCardKey The key used in card storage dictionaries to identify the avatar content kind. This key is associated with a value of type AvatarContentKind.
AvatarKindParameterKey The key used in query-parameter to identify the avatar content kind. This key is associated with a value of type AvatarContentKind.
ForceReissueStorageKey The key used in storage dictionaries to indicate whether the avatar should be forcefully reissued. This key is associated with a value of type Boolean.
UserIDStorageKey The key used in storage dictionaries to identify the user indentifier associated with the avatar content token. This key is associated with a value of type Guid.

См. также