DestroySessionVariableById Method
Overloads
| DestroySessionVariableById(String) |
Removes a transient variable. |
DestroySessionVariableById(String)
Removes a transient variable.
Declaration
public bool DestroySessionVariableById([QixName("qId")] string id)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | id |
Identifier of the variable. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Implements
Remarks
qSuccess is set to true if the operation is successful.