RemoveSessionAlternateState Method
Overloads
| RemoveSessionAlternateState(String) | 
             Removes an session alternate state in the app.  | 
        
      
    
RemoveSessionAlternateState(String)
Removes an session alternate state in the app.
Declaration
      bool RemoveSessionAlternateState([QixName("qStateName")] string stateName)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | stateName | 
           Name of the alternate state.  | 
      
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Remarks
The operation is successful if qSuccess is set to true.