| SurveyFactoryGetQuestionsTemplate Method |
Get an instance of an existing questions template given its id
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public static IQuestionsTemplate GetQuestionsTemplate(
IContext context,
int id
)
Public Shared Function GetQuestionsTemplate (
context As IContext,
id As Integer
) As IQuestionsTemplate
public:
static IQuestionsTemplate^ GetQuestionsTemplate(
IContext^ context,
int id
)
Parameters
- context
- Type: AskiaCoreIContext
Context used to access the questions template - id
- Type: SystemInt32
Id of the questions template to access
Return Value
Type:
IQuestionsTemplateReturn the instance of questions template or null if not found
See Also