Click or drag to resize

ImportationManagerImportDocumentToLibrary Method

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int ImportDocumentToLibrary(
	ImportedDocument document,
	Guid userGuid,
	Dictionary<Guid, SessionInfo> sessionCache
)

Parameters

document
Type: FileHold.LibraryManager.ModelsImportedDocument
userGuid
Type: SystemGuid
sessionCache
Type: System.Collections.GenericDictionaryGuid, SessionInfo

Return Value

Type: Int32
See Also