IFsrmClassifierModuleDefinition::put_PropertiesUsed method (fsrmpipeline.h)

The list of property names that the classifier inspects.

This property is read/write.

Syntax

HRESULT put_PropertiesUsed(
  SAFEARRAY *propertiesUsed
);

Parameters

propertiesUsed

Return value

None

Remarks

The classifier may inspect the properties to determine the property value or if it should perform other processes.

The list is optional. Specify a list of properties only if you want to limit the properties that this classifier can inspect; otherwise, if the list is empty, the classifier can inspect any property in the file.

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

IFsrmClassifierModuleDefinition