Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record in the KMCollectionQuestionAnswer table exists.
Syntax
client server public static boolean exist(
KMCollectionId _kmCollectionId,
KMQuestionId _kmQuestionId,
KMQuestionParentId _parentQuestionId)
Run On
Called
Parameters
- _kmCollectionId
Type: KMCollectionId Extended Data Type
The value of the KMCollectionId field of the record to check.
- _kmQuestionId
Type: KMQuestionId Extended Data Type
The value of the KMQuestionId field of the record to check.
- _parentQuestionId
Type: KMQuestionParentId Extended Data Type
The value of the ParentQuestionId field of the record to check.
Return Value
Type: boolean
true if the values of the KMCollectionId, KMQuestionId, and the ParentQuestionId fields exist; otherwise, false.