Home > Contents > Index >
ACL.ARGUMENT
Argument for other ACL tags.
Syntax
<ACL.ARGUMENT NAME="Some Name"
VALUE="Some Value"/>Parameters
NAME (required)
- Name of the argument.
VALUE (required)
- Value of the argument.
Description
The
ACL.ARGUMENT
tag declares a name/value pair that is available to the parent tag. The parent tag must be present in the ACL tag library.errno
None.
Example
The following example creates an object called
ACL1
in the object pool:<ACL.CREATE NAME="ACL1"> <ACL.ARGUMENT NAME="aclname" value="myacl"/> <ACL.ARGUMENT NAME="cataccess" value="1"/> <ACL.ARGUMENT NAME="description" value="test"/> </ACL.CREATE>See Also
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.