Skip to main content

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)
  • Parameters
      self (Page object) - The instance of the page object.
  • Returns
      assetPath (String) - The stored assetPath for the page.
  • Code Examples

    # Example Usage:
    stored_asset_path = system.kanoa.utilities.getStoredAssetPath(self)