Revision: 3879
Author:   [email protected]
Date:     Mon Jun 27 01:50:35 2011
Log:      Edited wiki page SoapMethods through web user interface.
http://code.google.com/p/openmeetings/source/detail?r=3879

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Mon Jun 27 01:48:02 2011
+++ /wiki/SoapMethods.wiki      Mon Jun 27 01:50:35 2011
@@ -343,14 +343,13 @@
 Params:
 || *type* || *name* || *description* ||
|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
-|| String || SID || The SID of the User. ||
-|| String || externalUserId || externalUserId ||
+|| Long || externalUserId || externalUserId ||
 || String || externalUserType || externalUserType ||
-|| String || parentFileExplorerItemId || Id of parent folder ||
+|| Long || parentFileExplorerItemId || Id of parent folder ||
 || String || fileName || file or fodler name ||
-|| String || room_id || Room id ||
-|| String || isOwner || isOwner ||
-|| String || externalFilesid || externalFilesid ||
+|| Long || room_id || Room id ||
+|| Boolean || isOwner || isOwner ||
+|| Long || externalFilesid || externalFilesid ||
 || String || externalType || externalType  ||


@@ -363,15 +362,37 @@
 Params:
 || *type* || *name* || *description* ||
|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
-|| String || SID || The SID of the User. ||
-|| String || userId || userId ||
-|| String || parentFileExplorerItemId || Id of parent folder ||
+|| Long || userId || userId ||
+|| Long || parentFileExplorerItemId || Id of parent folder ||
 || String || fileName || file or fodler name ||
-|| String || room_id || Room id ||
-|| String || isOwner || isOwner ||
-|| String || externalFilesid || externalFilesid ||
+|| Long || room_id || Room id ||
+|| Boolean || isOwner || isOwner ||
+|| Long || externalFilesid || externalFilesid ||
 || String || externalType || externalType  ||

+--------------------------
+
+==== deleteFileOrFolderByExternalIdAndType ====
+
+Method: _public Long deleteFileOrFolderByExternalIdAndType(String SID, Long externalFilesid, String externalType)_
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| Long || externalFilesid || external files id ||
+|| String || externalType || externalType  ||
+
+
+--------------------------
+
+==== deleteFileOrFolder ====
+
+Method: _public Long deleteFileOrFolder(String SID, Long fileExplorerItemId)_
+
+Params:
+|| *type* || *name* || *description* ||
+|| String || SID || The SID of the User. This SID must be marked as Loggedin ||
+|| Long || fileExplorerItemId || files id ||

 --------------------------

--
You received this message because you are subscribed to the Google Groups 
"OpenMeetings developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-dev?hl=en.

Reply via email to