listDamAssetPaths in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Lists accessible paths for one digital asset.
listDamAssetPaths in the widget’s uses list before calling it.
const paths = await listDamAssetPaths({ assetCode: "hero-image", limit: 20 });
const listDamAssetPaths: PortalFunction<PortalPage<PortalDamAssetPath>, ListDamAssetPathsInput>