Click or drag to resize
Askia

SurveyFactoryGetSurveysInformationByPortalId Method

Get instances of SurveyInformations given their Portal ids

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

Parameters

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

Return Value

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