mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
a few more changes to Xinventory service
This commit is contained in:
@@ -80,6 +80,8 @@ namespace OpenSim.Data
|
||||
{
|
||||
XInventoryFolder[] GetFolders(string[] fields, string[] vals);
|
||||
XInventoryItem[] GetItems(string[] fields, string[] vals);
|
||||
XInventoryItem[] GetItems(string idfield, string[] ids);
|
||||
XInventoryItem[] GetItems(string idfield, string id);
|
||||
|
||||
bool StoreFolder(XInventoryFolder folder);
|
||||
bool StoreItem(XInventoryItem item);
|
||||
@@ -123,7 +125,7 @@ namespace OpenSim.Data
|
||||
/// <param name='id'>UUID of the item</param>
|
||||
/// <param name='newParent'>UUID of the new parent folder.</param>
|
||||
bool MoveItem(string id, string newParentFolderID);
|
||||
|
||||
bool MoveItems(string[] ids, string[] newParents);
|
||||
/// <summary>
|
||||
/// Move a folder to another folder.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user