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
- _kmCollectionTemplateId
Type: KMCollectionTemplateId Extended Data Type
The value of the KMCollectionTemplateId field of the record to find.
- _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.