system.methodHelp (public)
system.methodHelp methodName
Defined in packages/xml-rpc/tcl/system-procs.tcl
This method takes one parameter, the name of a method implemented by the XML-RPC server.
- Parameters:
- methodName (required)
- method implemented in XML-RPC
- Returns:
- a documentation string describing the use of that method. If no such string is available, an empty string is returned. The documentation string may contain HTML markup.
- Author:
- Vinod Kurup
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: return [list -string [api_proc_documentation $methodName]]XQL Not present: Generic, PostgreSQL, Oracle