Modifies a single entry. (V1—V1.0.3)
public void modifyFolderEntry( long folderId, long entryId, String inputDataAsXML );
The modifyFolderEntry operation modifies one entry in a folder.
The binder identifier of the folder that contains the entry to be modified.
The identifier of the entry to be modified.
A string of XML containing the values needed to modify the entry.
None.
This code modifies entry 43 in the folder whose binder ID is 21. The variable s contains XML elements needed by Teaming to modify the contents of the entry.
The operation table for the Windows based facade-client.bat program (Section B.0, Deprecated Web Services Operations)