DocumentManagerAddDocumentInfo(DocumentInfo) Method

Adds document to library manager with advanced options and commits it in document repository

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Adds document to library manager with advanced options and commits it in document repository")]
[XmlIncludeAttribute(typeof(int[]))]
public int AddDocumentInfo(
	DocumentInfo info
)

Parameters

info  DocumentInfo
The DocumentInfo structure containing the details of the document.

Return Value

Int32
The MetadataVersionId of the new document.

See Also