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

 

ACL.GET

Retrieves the value of a single field from a loaded asset object and stores it in a Content Server variable.

Syntax

Parameters

NAME (required)
Name of the ACL.

FIELD (required)
Name of the field to retrieve.

OUTPUT (optional)
Specifies the name of the output variable, which should be created in the environment. If this parameter is not specified, the variable is given the same name as the field.

Description

This tag obtains the value (or contents) from the specified field of a loaded asset and stores it in the specified output variable.

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).

Example

The following example copies the aclname column from a loaded ACL object into a variable called NAME:

See Also

ACL.CREATE
ACL.GATHER
ACL.LIST
ACL.LOAD
ACL.SAVE
ACL.SCATTER
ACL.SET

  Home > Contents > Index >

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