IFsrmPipelineModuleDefinition::get_NeedsFileContent method (fsrmpipeline.h)

Determines whether the module needs to read the contents of the file.

This property is read/write.

Syntax

HRESULT get_NeedsFileContent(
  VARIANT_BOOL *needsFileContent
);

Parameters

needsFileContent

Return value

None

Remarks

If the NeedsFileContent property value is VARIANT_TRUE, FSRM will provide a stream for a file's contents to the module. This may be necessary if a classification module needs to analyze the contents of the file to determine the property values or if a storage module handles property values embedded in the file's contents

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmPipelineModuleDefinition