Home > Contents > Index > 
DIR.CREATE
Creates new objects.
Syntax
<DIR.CREATE [<NAME="ENTRY_NAME"/>] [<DIR.ARGUMENT NAME="ARG_NAME"/>] <DIR.ARGUMENT VALUE="ARG_VALUE"/> </DIR.CREATE>Parameters
NAME (optional)- Unique identifier for the name of the entry to create.
DIR.ARGUMENT NAME (optional)- Name of the attribute to create for this entry.
DIR.ARGUMENT VALUE (required)- Value of the named attribute.
Error Numbers
The possible values of
errnoinclude:
Description
This tag creates a new object.The name of the object is implied from its attributes, specified as arguments.
Example
<DIR.CREATE NAME="Variables.newname"/> <DIR.ARGUMENT NAME="CS.Property.dir.username" VALUE="Variables.loginid"/> <DIR.ARGUMENT NAME="CS.Property.dir.password" VALUE="Variables.loginpassword"/> <DIR.ARGUMENT NAME="Variables.emailFieldName" VALUE="Variables.email"/> </DIR.CREATE>Release Introduced
This tag was introduced in CS release 4.0.
Home > Contents > Index > 
Oracle XML Tag Reference
Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.