system.kanoa.asset.getParentAsset
Description
Returns the parent asset of the given type for the given asset.Syntax
getParentAsset(assetTypeName, assetPath)Parameters:
Returns:
Code Examples
# Example Usage:
asset_type_name = 'site'
asset_path = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
parent_asset_data = system.kanoa.asset.getParentAsset(asset_type_name, asset_path)