SitesSvcPage::findByName Method
Looks up a SitesSvcPage record by page name
Syntax
client server public static SitesSvcPage findByName(SitesSvcName _name, [boolean _forUpdate])
Run On
Called
Parameters
- _name
Type: SitesSvcName Extended Data Type
the page name of the SitesSvcPage record to look for
- _forUpdate
Type: boolean
if 'true', the the returned record can be updated
Return Value
Type: SitesSvcPage Table
A SitesSvcPage record, if found. Or an empty record, otherwise.