Метод | Описание | |
---|---|---|
CreateContentItemSelectionViewModel ( string url, string consumerKey, string consumerSecret, |
Create an LtiRequestViewModel that contains a ContentItemPlacementResponse.
|
|
CreateContentItemSelectionViewModel ( string url, string consumerKey, string consumerSecret, |
Create an LtiRequestViewModel that contains a ContentItemPlacementResponse.
|
public static CreateContentItemSelectionViewModel ( string url, string consumerKey, string consumerSecret, |
||
url | string | The content_item_return_url from the content-item message. |
consumerKey | string | The OAuth consumer key to use to sign the request. |
consumerSecret | string | The OAuth consumer secret to use to sign the request. |
contentItems | The ContentItemPlacementResponse to send. | |
data | string | The data received in the original content-item message. |
Результат |
public static CreateContentItemSelectionViewModel ( string url, string consumerKey, string consumerSecret, |
||
url | string | The content_item_return_url from the content-item message. |
consumerKey | string | The OAuth consumer key to use to sign the request. |
consumerSecret | string | The OAuth consumer secret to use to sign the request. |
contentItems | The ContentItemPlacementResponse to send. | |
data | string | The data received in the original content-item message. |
ltiErrorLog | string | Optional plain text error message to be logged by the Tool Consumer. |
ltiErrorMsg | string | Optional plain text error message to be displayed by the Tool Consumer. |
ltiLog | string | Optional plain text message to be logged by the Tool Consumer. |
ltiMsg | string | Optional plain text message to be displayed by the Tool Consumer. |
Результат |