Home > Contents > Index >
ASSET.GETASSETTYPESONWHICHIDEPEND
Provides a list of asset types on which must exist for the asset type to be functional.
Syntax
<ASSET.GETASSETTYPESONWHICHIDEPEND
TYPE="
assetType
"
VARNAME="
variable name
"/>
Parameters
TYPE (required)
- Input. Asset type for which to list asset types that it depends upon.
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 lists the asset types on which an asset type depends if there are any.
<ASSET.GETASSETTYPESONWHICHIDEPEND TYPE="Variables.AssetType" VARNAME="dependsOn"/> <IF COND="Variables.dependsOn!=Variables.empty"> <THEN> Asset Type depends on <ICS.GETVAR NAME="dependsOn"/> asset types. </THEN> </IF>See Also
ASSET.GETASSETTYPEDEPENDENTS
ASSET.GETASSETTYPE
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.