IFsrmRule::get_ModuleDefinitionName method (fsrmpipeline.h)

The name of the module definition that you want to run this rule.

This property is read/write.

Syntax

HRESULT get_ModuleDefinitionName(
  BSTR *moduleDefinitionName
);

Parameters

moduleDefinitionName

Return value

None

Remarks

FSRM provides a built-in classifier module named, Folder Classifier. The Folder Classifier classifies files based on their location (in which folder they are located). This classifier looks at the current path of the file and matches it with the path specified in the namespace roots of the classification rule. If the path is within the scope of the rule's namespace roots, then FSRM applies the rule to the file.

To get a list of modules that have been registered with FSRM, call the IFsrmClassificationManager::EnumModuleDefinitions method. To access a module's name, use the IFsrmPipelineModuleDefinition.Name property.

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

IFsrmRule