Click or drag to resize

AutoFilingConditionValidate Method

Namespace:  FileHold.LibraryManager.Models
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public IEnumerable<ValidationResult> Validate(
	TagProcessor processor,
	List<string> systemTagNames = null,
	List<string> metadataTagNames = null
)

Parameters

processor
Type: FileHold.LibraryManager.TagsTagProcessor
systemTagNames (Optional)
Type: System.Collections.GenericListString
metadataTagNames (Optional)
Type: System.Collections.GenericListString

Return Value

Type: IEnumerableValidationResult
See Also