Home > Contents > Index >
Template Tag TOC  |   Alpha TOC  |   Tag Family TOC  |   Purpose TOC  |   Annotated TOC  |   Index 

 

ASSET.REMOVEMEMBERS

This tag removes member asset references from an asset.

Syntax

Parameters

NAME (required)
Input. Name assigned the previously created or loaded asset.

LIST (required)
Input. The list of member assets to remove. The list must contain the column: memberid.

FIELD (required)
Input. The asset's attribute name in which to store the member assets. Legal values in include Association-unnamed, Association-named or the name of any attribute which accepts multiple asset references.

Description

This tag removes member asset references from an asset. The changes will be written to the database on ASSET.SAVE.

errno

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 into memory).
-12007
The list did not have correct columns.
-12070
Asset was not fully loaded. Tag requires ASSET.LOAD with editable flag to fully load asset.

Example

This example loads a Page asset and removes the TopStories asset of its named association.

See Also

ASSET.LOAD
ASSET.ADDMEMBERS
ASSET.CANTAKEACTION
ASSET.CHANGEREF
ASSET.CHILDREN
ASSET.CHILDTYPES
ASSET.REORDER
ASSET.SAVE

  Home > Contents > Index >

FatWire XML Tag Reference
Copyright 2005 by FatWire Software
All rights reserved.