Reads a value help from the repository.
Syntax
Rep_GetValueHelpDefinition(string sessionId,string systemName, string valueHelpId,string valueHelpName, out string xmlResult)
Parameter | Description |
---|---|
sessionId | Valid session identifier (SessionId) |
systemName | SystemOId of the system |
valueHelpId | Object ID of the value help. If not defined, the name of the value help must be defined instead. |
valueHelpName | Name of the value help |
xmlResult | XML serialized MwsValueHelpDefinition object |
Return Value
Value | Description |
---|---|
0 | OK |
<>0 |
Error See Error Codes. |