Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.0

API: Callback.UpdateFunctionForCallbackPoint

Scoped Name

APIServer.Callback.UpdateFunctionForCallbackPoint

Interface

Field Variable ...as Description
CallbackFunctionSurrogate Input Input The unique identifier of the callback function that has been added to the callback point.

Mandatory.

CallbackPointID Input Input Identifies the callback point the callback function must be assigned to.

Mandatory.

SiteKey Input Input The unique identification of site, which the callback function is defined for.

If the callback point is global, you can leave this parameter blank - if the callback point is local, you must specify a value for this parameter.

CallbackFuncImplementationName Input Input The implementation name of the function. This is the name used for the dynamic call of the callback function.

Mandatory.

CallbackFunctionDescription Input Input A textual description/name for the callback point.

Mandatory.

CallbackPointComment Input Input Any comment/explanation/textual description you want to provide for the callback function.

Optional.

NumberOfErrors Error Output If an error has occurred when validating the callback function, a number of error messages can be returned in the ErrorArray. This parameter contains information about how many texts the array contains.
ErrorMessage ErrorArray(10) Output An array of errors returned by the validation. The number of errors actually returned by the function is returned in the Error.NumberOfErrors parameter.

Description

The API adds updates the information for the specified callback function.

Events

Universal events