Turn on more accessible mode
Skip to main content
Sign In
docs
download
faq
alliance
Community Forums
|
Official Blog
EntreeServer.Module.EntreeScopeObject
History
|
Incoming Links
Introduction
Functional Overview
Out of the Box
Pricing
Management
Farm Administration Tasks
Functional Overview
Out of the Box
Pricing
Site Administration Tasks
Functional Overview
Out of the Box
Pricing
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
Technical Requirements
Server-Side Requirements
Client-Side Requirements
Installation
How to Download
Farm Installation Requirements
Step-By-Step Installation
Licensing and Activation
Management
How To Test
Farm Administration Tasks
HTTP Modules
HTTP Filters
Licensing and Activation
Site Administration Tasks
Mobile Entree Base Feature
Mobile Entree Configuration
Base Plugin
Troubleshooting
Troubleshooting - Where to Look
Missing Resource Files
Customization
Customization Overview
UserAgentMapping.xml
ListStyles.xml
Core.css
Style.css
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
Creating and Using a Custom Control - Calendar DatePicker
Code Reference
Object Model Reference
Object Model
EntreeServer.Module.EntreeActionItem
EntreeServer.Module.EntreeActiveUpdateObject
EntreeServer.Module.EntreeApplication
EntreeServer.Module.EntreeApplication.ActiveUpdate
EntreeServer.Module.EntreeApplication.QueryList
EntreeServer.Module.EntreeClickActionObject
EntreeServer.Module.EntreeFormItem
EntreeServer.Module.EntreeListGroup
EntreeServer.Module.EntreeListItem
EntreeServer.Module.EntreeListItemCollection
EntreeServer.Module.EntreeListObject
EntreeServer.Module.EntreeListObject.AddAction
EntreeServer.Module.EntreeListObject.AddListGroup
EntreeServer.Module.EntreeListObject.CreateClickAction
EntreeServer.Module.EntreeListObject.LoadFormData
EntreeServer.Module.EntreeScopeObject
EntreeServer.Module.Controls
Controls Overview
EntreeCheckbox
EntreeDropDownList
EntreeListItemBillboard
EntreeListItemDetailHyperlink
EntreeListItemDetailImage
EntreeListItemDetailNameValue
EntreeListItemTitle
EntreeListItemTitleCaption
EntreeListItemTitleCaptionPreview
EntreeListItemTitleCount
EntreeListItemTitleIcon
EntreeListItemTitleIconCaption
EntreeRadioButtonGroup
EntreeTextBox
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