IFsrmClassifierModuleDefinition::put_PropertiesAffected method (fsrmpipeline.h)

The list of property names that the classifier can affect.

This property is read/write.

Syntax

HRESULT put_PropertiesAffected(
  SAFEARRAY *propertiesAffected
);

Parameters

propertiesAffected

Return value

None

Remarks

This list is optional. Specify a list of properties only if you want to limit the properties that this classifier can affect; otherwise, if the list is empty, the classifier can affect 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