DocumentManagerAddDocumentInfo Method (DocumentInfo) |
Adds document to library manager with advanced options and commits it in document repository
Namespace:
FileHold.LibraryManager
Assembly:
FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntaxpublic int AddDocumentInfo(
DocumentInfo info
)
Parameters
- info
- Type: FileHold.LibraryManagerDocumentInfo
The DocumentInfo structure containing the details of the document.
Return Value
Type:
Int32The MetadataVersionId of the new document.
See Also