Skip to main content
 

EntreeServer.Module.EntreeScopeObject

Product Information

Technical Requirements

Installation

Management

Customization

Programming Reference

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.

Mobile Title
EntreeScopeObject 
Taxonomy
;;Object Model;;
Use Mobile Content
No 
Mobile Content
 
Ord
 
Last modified at 8/14/2009 10:57 AM  by Mick Herres