Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Calls method for specified object.
Syntax
public str callMethod(
Object _object,
str _prefix,
[str _defaultValue])
Run On
Server
Parameters
- _object
Type: Object Class
The instance of object.
- _prefix
Type: str
The method prefix.
- _defaultValue
Type: str
Default value.
Return Value
Type: str
The result of called method.