Home > Contents > Index >
asset:getassettypesonwhichidepend
Provides a list of asset types on which must exist for the asset type to be functional.
Syntax
<asset:getassettypedependents
type="
assetType
"
varname="
variable name
"/>
Parameters
type (required)
- Input. Asset type for which to list dependents.
varname (required)
- Input. Name of a variable in which to put a comma separated list of asset types. If the asset type is dependent on no asset types, this variable will be empty.
Description
When an asset type has asset types on which it depends, mirror publish will make sure those asset types exist on the target before mirroring the assets.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing.Example
The following gets the list of dependent asset types and if there are any, displays it.
<asset:getassettypesonwhichidepend type='<%=ics.GetVar("AssetType")%>' varname="dependOn"/> <ics:if cond='<%=ics.GetVar("dependentAssetTypes").length()>0 %>'> <ics:then> Asset Type depends on <%=ics.GetVar("dependOn")%> asset types. </ics:then> </ics:if>See Also
asset:getassettypedependents
asset:getassettype
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.