IFsrmStorageModuleImplementation.SaveProperties Method (IFsrmPropertyBag)
Instructs the storage module to save properties associated with a file.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
void SaveProperties(
IFsrmPropertyBag propertyBag
)
void SaveProperties(
IFsrmPropertyBag^ propertyBag
)
abstract SaveProperties :
propertyBag:IFsrmPropertyBag -> unit
Sub SaveProperties (
propertyBag As IFsrmPropertyBag
)
Parameters
propertyBag
Type: Microsoft.Storage.IFsrmPropertyBagSpecifies the location to save properties.
Remarks
If FSRM_E_INCOMPATIBLE_FORMAT or FSRM_E_FILE_ENCRYPTED is returned, FSRM will not indicate that the file has failed classification. If any other error value is returned, FSRM will indicate that the file has failed classification.
See Also
IFsrmStorageModuleImplementation Interface
Microsoft.Storage Namespace
Return to top