IFsrmPipelineModuleDefinition::get_SupportedExtensions method (fsrmpipeline.h)

The list of file extensions supported by this module.

This property is read/write.

Syntax

HRESULT get_SupportedExtensions(
  SAFEARRAY **supportedExtensions
);

Parameters

supportedExtensions

Return value

None

Remarks

This property is optional. Set this property only if you support a limited number of file types. FSRM uses the list of extensions to determine the files that it sends to the module. If the list is empty, FSRM will send the module all files.

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