ContentRequest - конструктор

Create new request instance with given parameters.

Definition

Пространство имён: Tessa.Content
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public ContentRequest(
	string contentID,
	string token,
	IDictionary<string, Object?>? info = null
)

Параметры

contentID  String
Content identifier.
token  String
Content access token.
info  IDictionaryString, Object  (Optional)
Additional data.

См. также