IFsrmPipelineModuleDefinition Interface
Defines a module that is used to classify files or store and retrieve properties from files.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Account | The account to use when running the module. |
![]() | Company | The name of the company that created the classification or storage module. |
![]() | Description | Gets and sets the Description property. |
![]() | Enabled | Determines whether the module is enabled. |
![]() | id | Gets the id property. |
![]() | ModuleClsid | A string representation specifying the COM class identifier for the class that implements the module defined by this module definition. |
![]() | ModuleType | Retrieves the type of module. |
![]() | Name | Retrieves or sets the name of the module definition. |
![]() | NeedsFileContent | Gets or sets a value that determines whether the module needs to read the contents of the file. |
![]() | Parameters | Retrieves or sets the optional parameters to pass to the module. |
![]() | SupportedExtensions | Retrieves or sets the list of file extensions supported by this module. |
![]() | Version | Retrieves or sets the version of the module definition. |

