system.kanoa.utilities.getStoredAssetPath
Description
Gets the stored assetPath for the page to make the asset selector persistent across views in the current tab (page) (kanoaCore).Syntax
getStoredAssetPath(self)- self (Page object) - The instance of the page object.
- assetPath (String) - The stored assetPath for the page.
Code Example
# Example Usage:
stored_asset_path = system.kanoa.utilities.getStoredAssetPath(self)