ESRI.ArcGIS.ADF.Web.UI.WebControls | |
StateManager Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : StateManager Class |
The following tables list the members exposed by StateManager.
Name | Description | |
---|---|---|
StateManager Constructor | Overloaded. Constructs a new instance of StateManager. |
Name | Description | |
---|---|---|
Context | The current HttpContext | |
ControlID | Unique ID of the control | |
IsOnPage | Indicates if the control's page property is valid | |
IsSessionStateEnabled | Indicates whether Session is available for storing state | |
PageID | The page's file name as ID | |
Session | Session to store state in |
Name | Description | |
---|---|---|
Add | Add a value for a particular key | |
Get | Retrieve value stored at a key | |
GetProperty | Retrieve property value | |
Remove | Remove a value stored at a key | |
RemoveAllSessionState | Removes all values stored in Session for the control | |
SetProperty | Set property value |