WebRequestEventArgs.privateInfo Property
Parent Object: WebRequestEventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/WebRequestEventArgs.h>
Description
Returns the value specified as the "privateInfo" parameter in the URL. This will be decoded and can be an empty string if the "privateInfo" parameter was not specified in the URL.
Syntax
"webRequestEventArgs_var" is a variable referencing a WebRequestEventArgs object.
|