| SurveyFactoryGetAllSurveysInformation Method |
Get all instances of SurveyInformations
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public static IDictionary<int, ISurveyInformation> GetAllSurveysInformation(
IContext context
)
Public Shared Function GetAllSurveysInformation (
context As IContext
) As IDictionary(Of Integer, ISurveyInformation)
public:
static IDictionary<int, ISurveyInformation^>^ GetAllSurveysInformation(
IContext^ context
)
Parameters
- context
- Type: AskiaCoreIContext
Context used to access the surveys
Return Value
Type:
IDictionaryInt32,
ISurveyInformationReturn a dictionary of SurveyInformations mapped by survey id
See Also