IFsrmPipelineModuleDefinition Interface

 

Defines a module that is used to classify files or store and retrieve properties from files.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("515C1277-2C81-440E-8FCF-367921ED4F59")>
Public Interface IFsrmPipelineModuleDefinition
	Inherits IFsrmObject

NameDescription
System_CAPS_pubpropertyAccount

The account to use when running the module.

System_CAPS_pubpropertyCompany

The name of the company that created the classification or storage module.

System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyEnabled

Determines whether the module is enabled.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyModuleClsid

A string representation specifying the COM class identifier for the class that implements the module defined by this module definition.

System_CAPS_pubpropertyModuleType

Retrieves the type of module.

System_CAPS_pubpropertyName

Retrieves or sets the name of the module definition.

System_CAPS_pubpropertyNeedsFileContent

Gets or sets a value that determines whether the module needs to read the contents of the file.

System_CAPS_pubpropertyParameters

Retrieves or sets the optional parameters to pass to the module.

System_CAPS_pubpropertySupportedExtensions

Retrieves or sets the list of file extensions supported by this module.

System_CAPS_pubpropertyVersion

Retrieves or sets the version of the module definition.

NameDescription
System_CAPS_pubmethodCommit()

Saves the module object in the server's list of objects.

System_CAPS_pubmethodDelete()

Removes the module object from the server's list of objects.

Return to top

Community Additions

ADD
Show: