CreateGenericSessionObject Method
Overloads
| CreateGenericSessionObject(GenericObjectProperties) | 
             Creates a transient object. For example, you can use a transient object to create an app overview or a story overview. It is possible to create a transient object that is linked to another object. A linked object is an object that points to a linking object. The linking object is defined in the properties of the linked object (in  The linked object has the same properties as the linking object.  | 
        
      
    
CreateGenericSessionObject(GenericObjectProperties)
Creates a transient object. For example, you can use a transient object to create an app overview or a story overview.
It is possible to create a transient object that is linked to another object.
A linked object is an object that points to a linking object. The linking object is defined in the properties of the linked object (in qExtendsId ).
The linked object has the same properties as the linking object.
Declaration
      [QixName("CreateSessionObject")]
GenericObject CreateGenericSessionObject([QixName("qProp")] GenericObjectProperties prop)
    
  Parameters
| Type | Name | Description | 
|---|---|---|
| GenericObjectProperties | prop | 
           Information about the object.  | 
      
Returns
| Type | Description | 
|---|---|
| GenericObject | 
Remarks
The linking object cannot be a transient object.