AvatarContentHelperGetName - метод

Returns the file name for the specified avatar content kind.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static string GetName(
	AvatarContentKind kind,
	bool svg = false
)

Параметры

kind  AvatarContentKind
Kind of avatar content.
svg  Boolean  (Optional)
Whether the file extension should be .svg instead of .jpeg.

Возвращаемое значение

String
The name of the avatar file, including the extension.

См. также