Share via


HcmDiscussionType::findByDiscussionType Method

Finds the record in the HcmDiscussionType table that is specified by a DiscussionTypeID value.

Syntax

client server public static HcmDiscussionType findByDiscussionType(
    HcmDiscussionTypeId _discussionTypeID, 
   [boolean _forUpdate, 
    ConcurrencyModel _concurrencyModel])

Run On

Called

Parameters

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

Return Value

Type: HcmDiscussionType Table
A record from the HcmDiscussionType table.

See Also

Reference

HcmDiscussionType Table