Click or drag to resize
Askia

ISurveyCheckElementsStructure Method

Checks the integrity of the elements structure

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

Parameters

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

Return Value

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