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