Oracle® Webcenter Interaction Development Kit 10.3.0.0.0

IDocFetch.GetDocument Method 

Gets the file path to the document to be retrieved.

string GetDocument();

Return Value

The path to the file to be returned.

Remarks

The DocFetch server page will stream this file back to the requesting browser. If it is not desirable or possible to directly reference the requested file, create a temporary file on disk and return the path to that file.

See Also

IDocFetch Interface | Plumtree.Remote.Docfetch Namespace