IFsrmStorageModuleDefinition::get_UpdatesFileContent method (fsrmpipeline.h)

Determines whether the module updates the contents of the file.

This property is read/write.

Syntax

HRESULT get_UpdatesFileContent(
  VARIANT_BOOL *updatesFileContent
);

Parameters

updatesFileContent

Return value

None

Remarks

Setting this property to VARIANT_TRUE does not require that the IFsrmStorageModuleDefinition::StorageType property to be set to FsrmStorageModuleType_InFile. For example, you can set this property to VARIANT_TRUE if you need to update the file to let another process know that you have processed 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

IFsrmStorageModuleDefinition