Returns information about one entry in a folder. (V1—V1.0.3)
public String getFolderEntryAsXML( long folderId, long entryId, boolean includeAttachments );
The getFolderEntryAsXML operation returns XML whose elements provide information about one entry in a folder.
The binder identifier of the folder containing the entry whose information you want.
The identifier of the entry whose information you want.
A boolean value that indicates whether you want Teaming to return the entry’s attachments. The client program is responsible for placement of attachment files on its local system.
A string containing XML elements for the requested entry.
This code returns XML that includes information contained in entry number 34 in the folder whose identifier is 21. Because of the value of the last parameter, Teaming does not place the entry’s file attachments in the client program’s source directory.
The operation table for the Windows based facade-client.bat program (Section B.0, Deprecated Web Services Operations)