Click or drag to resize
Askia

IDefaultControlCollectionContains Method

Indicates if the collection contains the specified property

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
bool Contains(
	QuestionTypeForDefaultControl questionType
)

Parameters

questionType
Type: AskiaCoreQuestionTypeForDefaultControl
Question type to search for

Return Value

Type: Boolean
True when the collection contains the specified property, otherwize false
See Also