KMCollection::editQuestion Method
Indicates whether the specified record in the KMCollection table is editable.
Syntax
server public static boolean editQuestion(KMQuestionId _kmQuestionId)
Run On
Server
Parameters
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The value of the KMQuestionId field of the record to check.
Return Value
Type: boolean
true if the specified record in the KMCollection table is editable; otherwise, false.
Remarks
In order for the record to be editable, either the question must not exist in a KMCollectionQuestion table, or the question must not be set to have its Text field saved with the related answer.