+xns/Folder
Message: AddItem

+xns/Core/XNSObject
   |
   +--+xns/Core/Message
         |
         +--+xns/Folder/AddItem


Adds a data item to the folder with the specified name.

The data item is added to the folder by reference (i.e., the folder does not contain the actual data item.)

To: Identity containing the folder to which the item will be added.
From: Identity or exposure requesting the addition.


 

Input
+xns/Core/XNSAddress Item The address of the data item to be added.
String ItemName The name of the item to be added.
+xns/Core/XNSName Path The address of the folder to which the item is to be added.
 

Exceptions
InvalidAddress  
 

Input Detail

Item

The address of the data item to be added.  

DataType: +xns/Core/XNSAddress
 

Required: true
 


ItemName

The name of the item to be added.  

DataType: String
 

Required: true
 


Path

The address of the folder to which the item is to be added.  

DataType: +xns/Core/XNSName
 

Required: true
 


 

Publishing Identity: +xns
© 2002 XNSORG
Last Updated: 07/09/2002