WebRequestEventArgs.file Property
Parent Object:
WebRequestEventArgsDefined in namespace "adsk::core" and the header file is <Core/Application/WebRequestEventArgs.h>
Description
Returns the value specified as the "file" parameter in the URL.
Syntax
"webRequestEventArgs_var" is a variable referencing a WebRequestEventArgs object.
# Get the value of the property. propertyValue = webRequestEventArgs_var.file
|
"webRequestEventArgs_var" is a variable referencing a WebRequestEventArgs object.
#include <Core/Application/WebRequestEventArgs.h>
// Get the value of the property. string propertyValue = webRequestEventArgs_var->file();
|
Property Value
This is a read only property whose value is a string.
Version
Introduced in version May 2016