EntreeServer.Module.EntreeApplication
The core class for creating mobile applications in the Mobile Entree framework.  See Your First Mobile-Enabled SharePoint Feature for an introduction to creating mobile applications.
 
The following properties and methods are required to be defined during mobile application development
 

Properties

  • PluginPath
    The PluginPath property tells the framework where to look for resources for this application (if there are any).  Custom UserAgentMapping.xml and ListStyles.xml that reside in this directory will be merged with the default files to provide custom styles for your application.  The PluginPath is relative to the current Web.  A good practice is to place your resources inside the __entree__/apps/ dir.
  • Name
    The unique name for your mobile application.  This is used by the framework to identify your application for configuration.
  • Title
    The display title for your application.
  • IconUrl
    The URL to the icon to use in both the Configuration page and for display in the Base Plugin.  As of 1.1 this is an optional property and will display a default icon if not defined.

Methods