Click or drag to resize

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
Syntax
C#
public int AddDocumentInfo(
	DocumentInfo info
)

Parameters

info
Type: FileHold.LibraryManagerDocumentInfo
The DocumentInfo structure containing the details of the document.

Return Value

Type: Int32
The MetadataVersionId of the new document.
See Also