AvatarContentHelper - класс
Helper methods and constants related to avatar content.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static class AvatarContentHelper
Public NotInheritable Class AvatarContentHelper
public ref class AvatarContentHelper abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type AvatarContentHelper = class end
- 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.
|