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

Modified:
 /wiki/SoapMethods.wiki

=======================================
--- /wiki/SoapMethods.wiki      Sun Jun 26 09:02:49 2011
+++ /wiki/SoapMethods.wiki      Mon Jun 27 01:48:02 2011
@@ -334,6 +334,46 @@
|| Long || parentFolderId || specify a parentFolderId==-2 AND isOwner == 1/true AND to make the file goto the private section || || String || fileSystemName || the filename => Important WITH file extension! ||

+------------------
+
+==== addFolderByExternalUserIdAndType ====
+
+Method: _public Long addFolderByExternalUserIdAndType(String SID, Long externalUserId, String externalUserType, Long parentFileExplorerItemId, String fileName, Long room_id, Boolean isOwner, Long externalFilesid, String externalType)_
+
+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 ||
+|| String || externalUserType || externalUserType ||
+|| String || parentFileExplorerItemId || Id of parent folder ||
+|| String || fileName || file or fodler name ||
+|| String || room_id || Room id ||
+|| String || isOwner || isOwner ||
+|| String || externalFilesid || externalFilesid ||
+|| String || externalType || externalType  ||
+
+
+------------------
+
+==== addFolderByUserId ====
+
+Method: _public Long addFolderByUserId(String SID, Long userId, Long parentFileExplorerItemId, String fileName, Long room_id, Boolean isOwner, Long externalFilesid, String externalType)_
+
+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 ||
+|| String || fileName || file or fodler name ||
+|| String || room_id || Room id ||
+|| String || isOwner || isOwner ||
+|| String || externalFilesid || externalFilesid ||
+|| String || externalType || externalType  ||
+
+
+--------------------------

 ==== getListOfFiles (deprecated) ====

--
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