ContentRequest - конструктор
Content request with additional parameters.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public ContentRequest(
string contentID,
string token,
Dictionary<string, Object?>? info = null
)
Public Sub New (
contentID As String,
token As String,
Optional info As Dictionary(Of String, Object) = Nothing
)
public:
ContentRequest(
String^ contentID,
String^ token,
Dictionary<String^, Object^>^ info = nullptr
)
new :
contentID : string *
token : string *
?info : Dictionary<string, Object>
(* Defaults:
let _info = defaultArg info null
*)
-> ContentRequest
Параметры
- contentID String
Content identifier.
- token String
Content access token.
- info DictionaryString, Object (Optional)
Additional data.