Home > Contents > Index >
ASSET.SHARE
Updates the AssetPublication table to have an entry for each of the requested sites.
Syntax
<ASSET.SHARE NAME="asset instance object" PUBLIST="publication IDs" />Parameters
NAME (required)
- Name of the asset instance object.
PUBLIST (required)
- Semicolon-separated list of site (formerly publication) IDs from which the asset is accessible.
Example
<!-- Make sure that current pub is part of the list --> <if COND="IsVariable.pubidlist=true"> <then> <SETVAR NAME="pubidlist" VALUE="Variables.pubidlist;SessionVariables.pubid"/> </then> <else> <SETVAR NAME="pubidlist" VALUE="SessionVariables.pubid"/> </else> </if> <ASSET.LOAD TYPE="Variables.AssetType" OBJECTID="Variables.id" NAME="theCurrentAsset"/> <ASSET.SHARE NAME="theCurrentAsset" PUBLIST="Variables.pubidlist"/>See Also
ASSET.ADDSITE
ASSET.LOAD
ASSET.GATHER
ASSET.REMOVESITE
ASSET.SAVE
ASSET.SITES
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.