Performs access-control checking on the document to be retrieved using either the user's current preferences or the information set in the portal Data Source editor. If read access is allowed, returns the IDocFetch
object used to retrieve the document.
DocumentFormat
flag to indicate whether the document is being accessed for indexing or retrieval (click-through).An instance of the implementation of IDocFetch
.
Exception Type | Condition |
---|---|
NoLongerExistsException | The document has been removed. |
NotAvailableException | The document is temporarily unavailable. |
NotInitializedException | The IDocFetchProvider is in an uninitialized state. |
AccessDeniedException | Access to this document is denied. |
IDocFetchProvider Interface | Plumtree.Remote.Docfetch Namespace