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.ARGUMENTtag declares a name/value pair that is available to the parent tag. The parent tag must be present in the ACL tag library.Error Numbers
There are no possible
errnofor this tag.Example
The following example creates an object called
ACL1in 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 - 2011 by FatWire Corporation
All rights reserved.