ContentHelperGetMethodRoute - метод
Builds the method route to access content.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static string GetMethodRoute(
string type,
string contentID,
string? token = null,
Dictionary<string, string?>? parameters = null
)
Public Shared Function GetMethodRoute (
type As String,
contentID As String,
Optional token As String = Nothing,
Optional parameters As Dictionary(Of String, String) = Nothing
) As String
public:
static String^ GetMethodRoute(
String^ type,
String^ contentID,
String^ token = nullptr,
Dictionary<String^, String^>^ parameters = nullptr
)
static member GetMethodRoute :
type : string *
contentID : string *
?token : string *
?parameters : Dictionary<string, string>
(* Defaults:
let _token = defaultArg token null
let _parameters = defaultArg parameters null
*)
-> string
- type String
- The content type.
- contentID String
- The content identifier.
- token String (Optional)
- The content access token (optional).
- parameters DictionaryString, String (Optional)
- An additional query parameters (optional).
StringThe constructed method route to access the content.