Share

WebRequestEventArgs.file Property

Parent Object: WebRequestEventArgs
Defined 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

Property Value

This is a read only property whose value is a string.

Version

Introduced in version May 2016

Was this information helpful?