string GetTopicOriginalText(int inQuesIdx, int inTopicIdx)
Description
Returns the original text of a topic in a grid question
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question index |
inTopicIdx | Int32 | Topic index |
Return Type
string
Overloads
List of overloads for this function
string GetTopicOriginalText(int inQuesIdx, int inTopicIdx, bool inPlainText)
string GetTopicOriginalText(int inQuesIdx, int inTopicIdx, bool inPlainText, int inLanguageID)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inQuesIdx | Int32 | Question index |
inTopicIdx | Int32 | Topic index |
inPlainText | bool | 'true' to get the plain text, or 'false' to get it in its HTML formatting (if exists) |
inLanguageID | Int32 | Language Identifier to use (to get the text in a specific translated language) |
Comments
Please sign in to leave a comment.