AvatarContentHelperTryExtractAvatarInfo - метод

Attempts to extract the Guid identifier and AvatarContentKind kind from the content request.

Definition

Пространство имён: Tessa.Content.Avatars
Сборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public static bool TryExtractAvatarInfo(
	ContentRequest request,
	out Guid? id,
	out AvatarContentKind? kind
)

Параметры

request  ContentRequest
Content request with additional parameters.
id  NullableGuid
When this method returns , contains the parsed Guid identifier; otherwise, .
kind  NullableAvatarContentKind
When this method returns , contains the parsed AvatarContentKind enumeration value; otherwise, .

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

Boolean
if the id was successfully parsed and both the identifier and kind were extracted; otherwise, .

См. также