EntreeServer.Module.EntreeScopeObject
The EntreeScopeObject is passed as the EntreeScope parameter during the QueryList and ActiveUpdate methods.  It contains state data including form data and custom properties set in the ClickAction object that triggered the request.
 
Properties
  • Properties
    A hash table of all properties set in the ClickActionObject that triggered the request.
  • FormProperties
    A hash table of all form variables from EntreeFormItem list items sent during the request.
  • FormFiles
    Contains any files uploaded during the form post.  This will only be populated during a non-AJAX postback.
  • RequestPath
    An array of strings representing the request URL.  Each subsequent item in the array represents one level deeper into the site with the last entry usually being the .aspx page the URL was going to.
  • RequestParameters
    A hash table of the Query String parameters sent in the request URL.

For examples see Introduction to QueryList and Event Handling.