| IQuestionSetAnalyseCaptions Method |
Set Analyse captions for languages in the survey.
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax IMethodResult SetAnalyseCaptions(
IDictionary<int, string> analyseCaptions
)
Function SetAnalyseCaptions (
analyseCaptions As IDictionary(Of Integer, String)
) As IMethodResult
IMethodResult^ SetAnalyseCaptions(
IDictionary<int, String^>^ analyseCaptions
)
Parameters
- analyseCaptions
- Type: System.Collections.GenericIDictionaryInt32, String
[Missing <param name="analyseCaptions"/> documentation for "M:AskiaCore.IQuestion.SetAnalyseCaptions(System.Collections.Generic.IDictionary{System.Int32,System.String})"]
Return Value
Type:
IMethodResult[Missing <returns> documentation for "M:AskiaCore.IQuestion.SetAnalyseCaptions(System.Collections.Generic.IDictionary{System.Int32,System.String})"]
See Also