ChangeSessionAppOwner Method
Overloads
| ChangeSessionAppOwner(String) | Change the owner of a session app. | 
ChangeSessionAppOwner(String)
Change the owner of a session app.
Declaration
      public bool ChangeSessionAppOwner([QixName("qNewOwnerId")] string newOwnerId)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | newOwnerId | Identifier of the new app owner. | 
Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Implements
Remarks
Can be used by a privileged user when creating a session app to be consumed by another user. Only useful in environments where it is possible to reconnect to a session app, currently only in cloud deployments.