DocumentManagerAddDocumentInfo(DocumentInfo) Method
Adds document to library manager with advanced options and commits it in document repository
Namespace: FileHold.LibraryManagerAssembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Adds document to library manager with advanced options and commits it in document repository")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddDocumentInfo(
DocumentInfo info
)
- info DocumentInfo
- The DocumentInfo structure containing the details of the document.
Int32The MetadataVersionId of the new document.