Sign In
FAQ
Download
Partners
Documentation
Currently selected
Videos
Forums
The Company Behind ME
Wiki Pages
EntreeServer.Module.EntreeScopeObject
EntreeServer.Module.EntreeScopeObject
Search Result
Another Result
Product Information
Functional Overview
Out of the Box
Pricing and Licensing
Release Notes
Release 1.1
Release 1.2
Release 1.3
Release 2.0
Release 2.1
Release 2.2
Release 2.3
Release 3.0
Technical Requirements
Server-Side Requirements
Client-Side Requirements
Installation
How to Download
Farm Installation Requirements
Step-By-Step Installation
Installing the Mobile BI Excel Add-In
Licensing and Activation
Management
How To Test
Farm Administration Tasks
HTTP Modules
HTTP Filters
Enable Offline Access
Global Mobile Configuration Templates
Licensing and Activation
Site Administration Tasks
Mobile Entree Base Feature
Mobile Entree Configuration
Base Plugin
PerformancePoint Mobile App
Content Navigator App
My Site App
Enable Offline Access
Troubleshooting
Health Check
Troubleshooting - Where to Look
Missing Resource Files
Diagnostic Tracing
Customization
Customization Overview
Mobile Data Views
Themes
Themes Overview
UserAgentMapping.xml
ListStyles.xml
Programming Reference
Programming Overview
How To Test
Exercises
Your First Mobile-Enabled SharePoint Feature
Introduction to QueryList and Event Handling
Mobile Data Entry and Validation
Code Reference
Object Model 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
.