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:
assetTypeName = 'site'
assetPath = 'Kanoa Industries\Adelaide Hills\Packaging\Line 1'
parentAssetData = system.kanoa.asset.getParentAsset(assetTypeName, assetPath)