ContentHelperGetMethodRoute - метод

Get method route to content.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public static string GetMethodRoute(
	string type,
	string contentID,
	string? token,
	Guid? userID = null,
	Guid? cardID = null
)

Параметры

type  String
Content type.
contentID  String
Content identifier.
token  String
Content access token.
userID  NullableGuid  (Optional)
User identifier.
cardID  NullableGuid  (Optional)
Card identifier.

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

String
Method route to content.

См. также