Click or drag to resize
Askia

ISurveyCreateSubSurveyForScreen Method

Creates a sub-survey for the variables in the page element.

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
ISurveyResult CreateSubSurveyForScreen(
	IElement page
)

Parameters

page
Type: AskiaCoreIElement
The page element to base the survey on.

Return Value

Type: ISurveyResult
The sub-survey with only the variables of the supplied page element.
See Also