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

  • _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.

See Also

Reference

ContentType Table