Click or drag to resize
Askia

ISurveyGetMessages Method

Returns a collection of the messages for the current language

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IDictionary<SurveyMessage, string> GetMessages()

Return Value

Type: IDictionarySurveyMessage, String
Return a dictionary mapping a message type to its value in the current survey language
Remarks
This operation returns all different kind of the messages used by the system for this survey
See Also