ContentType::find Method
Finds the ContentType record by using the specified record ID.
Syntax
client server public static ContentType find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The record ID of a target ContentType record.
- _forUpdate
Type: boolean
A Boolean value that specifies whether to select the record for update.
Return Value
Type: ContentType Table
The rarget ContentType record that has the specified record ID.