InternalServiceExtractMetadata Method

Definition

Namespace: FileHold.DocumentRepository
Assembly: FileHold.DocumentRepository (in FileHold.DocumentRepository.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Extract metadata from given file using extraction rule")]
public ExtractedValue[] ExtractMetadata(
	string path,
	RuleType ruleType,
	ExtractionMapping mapping
)

Parameters

path  String
 
ruleType  RuleType
 
mapping  ExtractionMapping
 

Return Value

ExtractedValue

See Also