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