EventSystemParameters::find Method
Finds a record in the EventSystemParameters table.
Syntax
client server public static EventSystemParameters find([boolean _forUpdate])
Run On
ClientOrServer
Parameters
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: EventSystemParameters Table
A record in the EventSystemParameters table.
Remarks
This method inserts a new record into the EventSystemParameters table if it does not exist and then returns it.