Click or drag to resize
Askia

ISurveyCheckAll Method

Checks all the survey

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

Parameters

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

Return Value

Type: Boolean
Return a boolean representing the success of the operation
Remarks
Basically calls all other check functions.
See Also