| 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
)
Public Shared Function GetSurveysInformationByPortalId (
context As IContext,
ids As IEnumerable(Of Integer)
) As IDictionary(Of Integer, ISurveyInformation)
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,
ISurveyInformationReturn a dictionary of SurveyInformations mapped by survey Portal id
See Also