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