AvatarContentHelperGetName - метод
Returns the file name for the specified avatar content kind.
Пространство имён: Tessa.Content.AvatarsСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static string GetName(
AvatarContentKind kind,
bool svg = false
)
Public Shared Function GetName (
kind As AvatarContentKind,
Optional svg As Boolean = false
) As String
public:
static String^ GetName(
AvatarContentKind kind,
bool svg = false
)
static member GetName :
kind : AvatarContentKind *
?svg : bool
(* Defaults:
let _svg = defaultArg svg false
*)
-> string
- kind AvatarContentKind
Kind of avatar content.
- svg Boolean (Optional)
- Whether the file extension should be .svg instead of .jpeg.
StringThe name of the avatar file, including the extension.