system.kanoa.utilities.getPageObject
Description
Retrieves an object identified by 'objName' from the session's properties (kanoaCore).Syntax
getPageObject(self, objName)- self (Class Instance) - The instance of the class where this method is defined.
- objName (String) - The name of the object to retrieve.
- Object or None (Object) - The object associated with 'objName' if found in the session's custom data. Returns None if the object is not found or if certain conditions are not met.
Code Example
# Example Usage:
obj = system.kanoa.utilities.getPageObject(self, 'exampleObject')