Home > Contents > Index >
ASSET.GETSUBTYPE
Sets the subtype or flex definition for an asset.
Syntax
<ASSET.SETSUBTYPE NAME="loaded asset" VALUE="legal subtype"] />Parameters
NAME (required)
- Name of the loaded asset.
VALUE (required)
- Legal subtype for asset type. For flex assets, the subtype must be the name of a flex definition asset.
Description
Sets the subtype of an asset.
Error Numbers
The possible values of
errno
include:
Value Description -10004 A required parameter is missing. -10005 The requested object is not in the object pool (is not loaded intomemory).Example
This code gets and displays the subtype of an asset:
<ASSET.LOAD NAME="asset" TYPE="Article" OBJECTID="Variables.assetid" /> <ASSET.SETSUBTYPE NAME="asset" VALUE="Columnist"/>See Also
ASSET.LOAD
ASSET.GETSUBTYPE
ASSET.GETLEGALSUBTYPES
Home > Contents > Index > ![]()
Oracle XML Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.