SurveyFactory Methods |
The SurveyFactory type exposes the following members.
Name | Description | |
---|---|---|
CheckSurveyExist |
Check if a survey exists given its id
| |
CheckSurveyExistByPortalId |
Check if a survey exists given its Portal id
| |
CheckSurveysExist |
Check if a collection of surveys exist given their ids
| |
CheckSurveysExistByPortalId |
Check if a collection of surveys exist given their Portal ids
| |
ClearCache |
Clears the cached surveys
| |
Create |
Create a new blank survey
| |
CreateQuestionsTemplate |
Create a new blank questions template
| |
CreateSurveyTemplate |
Create a new blank survey template
| |
Get |
Get an instance of an existing survey
| |
GetAllQuestionsTemplatesInformation |
Get all instances of questions template SurveyInformations
| |
GetAllSurveysInformation |
Get all instances of SurveyInformations
| |
GetAllSurveysInformationWithPortalId |
Get all instances of SurveyInformations
| |
GetAllSurveyTemplatesInformation |
Get all instances of survey template SurveyInformations
| |
GetQuestionsTemplate |
Get an instance of an existing questions template given its id
| |
GetQuestionsTemplateInformation |
Get an instance of an existing questions template SurveyInformation given its id
| |
GetQuestionsTemplatesInformation |
Get instances of questions template SurveyInformations given their ids
| |
GetQuestionsTemplatesMap |
Get all instances of QuestionsTemplates
| |
GetSurvey(IContext, Int32) |
Get an instance of an existing survey given its id
| |
GetSurvey(IContext, Int32, IEnumerableSurveyComponent) |
Get an instance of an existing survey given its id
| |
GetSurveyByPortalId(IContext, Int32) |
Get an instance of an existing survey given its Portal id
| |
GetSurveyByPortalId(IContext, Int32, IEnumerableSurveyComponent) |
Get an instance of an existing survey given its Portal id
| |
GetSurveyInformation |
Get an instance of an existing SurveyInformation given its id
| |
GetSurveyInformationByPortalId |
Get an instance of an existing SurveyInformation given its Portal id
| |
GetSurveysInformation |
Get instances of SurveyInformations given their ids
| |
GetSurveysInformationByPortalId |
Get instances of SurveyInformations given their Portal ids
| |
GetSurveyTemplate |
Get an instance of an existing survey template given its id
| |
GetSurveyTemplateInformation |
Get an instance of an existing survey template SurveyInformation given its id
| |
GetSurveyTemplatesInformation |
Get instances of survey template SurveyInformations given their ids
| |
GetSurveyTemplatesMap |
Get all instances of SurveyTemplates
|