system.kanoa.asset.copyAsset
Description
Makes a copy of the passed-in assetId. This will be an identical copy including all the child assets, links to modes, states, items, and attributes.Syntax
copyAsset(assetId, userId)Parameters:
Returns:
Code Examples
# Example Usage:
assetId = 123
userId = 456
newAssetId = system.kanoa.asset.copyAsset(assetId, userId)