Share via


KMCollection::find Method

Finds a record in the KMCollection table, depending on the specified value of the KMCollectionId field.

Syntax

client server public static KMCollection find(KMCollectionId _kmCollectionId, [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that specifies whether to read the record for update; optional.

Return Value

Type: KMCollection Table
A record from the KMCollection table.

See Also

Reference

KMCollection Table