KMCollectionQuestionAnswer::exist Method

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

Return Value

Type: boolean
true if the values of the KMCollectionId, KMQuestionId, and the ParentQuestionId fields exist; otherwise, false.

See Also

Reference

KMCollectionQuestionAnswer Table