Discuss this help topic in SecureBlackbox Forum
This event is fired before the property value is sent to the client.
Declaration
Parameters
- URL - contains the URL of the request.
- NS - specifies property namespace.
- Name - specifies property name.
- Value - the value to be sent to the client.
- Success - use this parameter to specify whether to accept or decline the request.
- pcURL - contains the URL of the request.
- szURL - the length of pcURL.
- pcNS - specifies property namespace.
- szNS - the length of pcNS.
- pcName - specifies property name.
- szName - the length of pcName.
- pcValue - the value to be sent to the client.
- szValue - the length of pcValue.
- Element -
Description
This event is fired before the property value is sent to the client.
It allows to modify the value that is actually sent to the client.
Discuss this help topic in SecureBlackbox Forum