Click or drag to resize
Askia

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
)

Parameters

context
Type: AskiaCoreIContext
Context used to access the questions template
id
Type: SystemInt32
Id of the questions template to access

Return Value

Type: IQuestionsTemplate
Return the instance of questions template or null if not found
See Also