Click or drag to resize
Askia

SurveyFactoryGetQuestionsTemplatesInformation Method

Get instances of questions template SurveyInformations given their ids

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public static IDictionary<int, ISurveyInformation> GetQuestionsTemplatesInformation(
	IContext context,
	IEnumerable<int> ids
)

Parameters

context
Type: AskiaCoreIContext
Context used to access the surveys
ids
Type: System.Collections.GenericIEnumerableInt32
Collection of ids of the surveys to access

Return Value

Type: IDictionaryInt32, ISurveyInformation
Return a dictionary of questions template SurveyInformations mapped by survey id
See Also