The App type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| AccountAuthorization |
This property is used in conjunction with the RedCritter Server APIs. It must be passed to your server in order for your server to access the RedCritter Server APIs for authentication and other calls to the ServerAPI web service.
| |
| AppAssemblyID |
Each time an App is uploaded it is assigned a unique AssemblyID. This will change each time your release a new version.
| |
| AppID |
The App's numeric ID in the system. Every App has a unique ID assigned at the time it is reserved.
| |
| AppName |
The App's configured name.
| |
| BaseURL |
The Base URL for the current RedCritter server.
| |
| HasFocus |
Check this property at any time to determine if your App has focus in the Player. A value of true indicates it is currently playing.
| |
| HostMode |
Check HostMode to determine the context in which your App is running.
| |
| SupportsHelp |
Set to true if your App has help and implements the OnShowHelp() method.
| |
| SupportsPreview |
We recommend that you build your App to support preview mode. This allows it to play on the RedCritter site on your App's page without the need for a logged in user. It also allows you to submit your App to be featured in Microsoft's Silverlight Gallery at www.silverlight.net.
| |
| SymetricKey |
Use this key for performing encryption with the Symetric encryption APIs.
| |
| User |
This object represents the current User. Depending on the user's privacy setting, only limited information may be available.
| |
| UserChannelAppID |
This property is used in conjunction with the RedCritter Server APIs. It must be passed to your server in order for your server to access the RedCritter Server APIs for authentication and other calls to the ServerAPI web service.
| |
| WantsFocus |
Set to false if your App has nothing to display. A false setting tells the player to skip over the App the next time its turn for focus comes.
|