Skip to main content

system.kanoa.utilities.getStoredAssetPath

This function requires KanoaCore module

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 Example

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