ContentHelperGetMethodRoute - метод
Get method route to content.
Пространство имён: Tessa.ContentСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public static string GetMethodRoute(
string type,
string contentID,
string? token,
Guid? userID = null,
Guid? cardID = null
)
Public Shared Function GetMethodRoute (
type As String,
contentID As String,
token As String,
Optional userID As Guid? = Nothing,
Optional cardID As Guid? = Nothing
) As String
public:
static String^ GetMethodRoute(
String^ type,
String^ contentID,
String^ token,
Nullable<Guid> userID = nullptr,
Nullable<Guid> cardID = nullptr
)
static member GetMethodRoute :
type : string *
contentID : string *
token : string *
?userID : Nullable<Guid> *
?cardID : Nullable<Guid>
(* Defaults:
let _userID = defaultArg userID null
let _cardID = defaultArg cardID null
*)
-> string
- type String
- Content type.
- contentID String
- Content identifier.
- token String
- Content access token.
- userID NullableGuid (Optional)
- User identifier.
- cardID NullableGuid (Optional)
- Card identifier.
StringMethod route to content.