|
| static DocumentInfo | AddDocument (string fromPath, Database db, string poolId) |
| | This function allows you to add a document to a TRIM document store. It returns the storeId of the newly added document More...
|
| |
| static void | ExtractDocument (string toPath, Database db, TrimURI documentInfoUri) |
| | This function allows extraction of documents from a TRIM document store. More...
|
| |
| static void | RemoveDocument (Database db, TrimURI documentInfoUri) |
| | This function allows removal of documents from a TRIM document store. More...
|
| |
| static DocumentInfo | GetDocumentInfo (Database db, TrimURI documentInfoUri) |
| | This function allows removal of documents from a TRIM document store. More...
|
| |
| static void | ExtractAnyTRIMDocument (string toPath, Database db, TrimURI storeUri, string storeId) |
| | This function allows extraction of any document from any TRIM document store. More...
|
| |
| static void | RemoveDocument_70 (Database db, TrimURI storeUri, string storeId) |
| | This function allows removal of documents from a TRIM document store. More...
|
| |
| static DocStoreEnumerator | GetDocumentEnumerator (Database db, string poolId) |
| |
| static DocStoreEnumerator | GetDocumentEnumerator (Database db, string poolId, TrimURI storeUri) |
| |