Home > Contents > Index >
asset:deleteassettype
This tag permanently deletes an asset type and configuration related to the asset type from the system.
Syntax
<asset:deleteassettype
type="
assettype
"/>
Parameters
type (required)
- Input. Asset type to be deleted
Description
The tag will delete all the assets of the asset type, the asset type, and related configuration information. If this asset type has other asset types dependent on it, such as other members of a flex asset family, those assets and asset types will also be deleted.
It will trigger the event 'deleteassettype' via the CSEvents table to notify other objects that the asset type is being deleted. Through this mechanism the asset type will be disabled from any sites in which it has been enabled, and related start menus, workflows, asset associations, saved searches, asset subtypes, client configuration will be deleted.
Example
This deletes all Articles and related configuration from the system.
<ASSET.DELETEASSETTYPE TYPE="Article"/>See Also
asset:delete
asset:deletevoids
asset:void
Home > Contents > Index > ![]()
Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.