Click or drag to resize
Askia

ISurveyCheckQuestionsStructure Method

Checks the integrity of the questions structure

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool CheckQuestionsStructure(
	out ICollection<ISurveyIntegrityError> errors
)

Parameters

errors
Type: System.Collections.GenericICollectionISurveyIntegrityError
Collection of questions structure errors filled by this operation

Return Value

Type: Boolean
Return a boolean representing the success of the operation
See Also