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
<asset:load type="Article" objectid='<%=ics.GetVar("id")%>' name="theCurrentAsset"/> <asset:share name="theCurrentAsset" publist='<%=ics.GetVar("pubid")+";"+ics.GetSSVar("pubid")%>'/>See Also
asset:addsite
asset:load
asset:gather
asset:removesite
asset:save
asset:sites
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.