ImportationManagerRescanWatchedFolder(Int32, WatchedFolder, PostImportAction, WatchedFtpSite, DictionaryInt32, Int32) Method

Definition

Namespace: FileHold.LibraryManager
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.2.0.0
C#
public List<ImportedDocument> RescanWatchedFolder(
	int jobId,
	WatchedFolder watchedFolder,
	PostImportAction action,
	WatchedFtpSite watchedFtp,
	Dictionary<int, int> eventLogMessages
)

Parameters

jobId  Int32
 
watchedFolder  WatchedFolder
 
action  PostImportAction
 
watchedFtp  WatchedFtpSite
 
eventLogMessages  DictionaryInt32, Int32
 

Return Value

ListImportedDocument

See Also