Share via


DOSitesPageInfoTmp::findByPageId Method

Finds a record in the DOSitesPageInfoTmp table by using record ID.

Syntax

client server public static DOSitesPageInfoTmp findByPageId(
    DOSitesPageInfoTmp _pageInfoTmp, 
    DOSitesServerId _pageId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: DOSitesPageInfoTmp Table
A record in the DOSitesPageInfoTmp table; otherwise, and empty record.

See Also

Reference

DOSitesPageInfoTmp Table