Click or drag to resize

IndirectDocumentExtValidate Method

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

Parameters

documentsToProcess
Type: System.Collections.GenericDictionaryString, IndirectDocumentExt
folder
Type: FileHold.LibraryManagerWatchedFolder

Return Value

Type: NullableIndirectDocumentError
See Also