KMCollectionTemplate::find Method

Finds a record in the KMCollectionTemplate table, depending on specified value of the KMCollectionTemplateId field.

Syntax

client server public static KMCollectionTemplate find(KMCollectionTemplateId _kmCollectionTemplateId, [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: KMCollectionTemplate Table
A record from the KMCollectionTemplate table.

See Also

Reference

KMCollectionTemplate Table