PropertyHandle :: ExecutePropertyAction - Execute action on property (collection) level
The function calls an action that is defined in the property context of the property handle. The function is executed on the server side.
The action may use the SetActionResult() function to pass the result of the action to the client application. The result can be retrieved from the client application using the function GetActionResult().
Return value: Success ( logical )
Implementation details
logical
PropertyHandle  :: ExecutePropertyAction ( NString &action_name, NString &cnparm, logical conversion_opt=YES )
- action_name
- Action name
Used in order to initialize CAU_Actions from database definitions.
Notes:Should be C string
- cnparm - - Title unknown
- conversion_opt
- - internal feature (not documented)
Default: YES