IndirectDocumentExtGetErrors Method

Definition

Namespace: FileHold.LibraryManager.Models
Assembly: FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.1.0.0
C#
public IndirectDocumentError? GetErrors(
	Dictionary<string, IndirectDocumentExt> documentsToProcess,
	WatchedFolder folder
)

Parameters

documentsToProcess  DictionaryString, IndirectDocumentExt
 
folder  WatchedFolder
 

Return Value

NullableIndirectDocumentError

See Also