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
- _pageInfoTmp
Type: DOSitesPageInfoTmp Table
The DOSitesPageInfoTmp table of the DOSitesPageInfoTmp record to find.
- _pageName
Type: DOSitesPageName Extended Data Type
The page name of the record to find.
- _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.