Share via


DOSitesPageInfoTmp::findByPageName Method

Finds a record in the DOSitesPageInfoTmp table by using the page name.

Syntax

client server public static DOSitesPageInfoTmp findByPageName(
    DOSitesPageInfoTmp _pageInfoTmp, 
    DOSitesPageName _pageName, 
   [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 DOSitesPageInfoTmptable; otherwise, an empty record.

See Also

Reference

DOSitesPageInfoTmp Table