Skip to content

Latest commit

 

History

History
89 lines (71 loc) · 3.57 KB

nn-fsrmpipeline-ifsrmpropertybag.md

File metadata and controls

89 lines (71 loc) · 3.57 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:fsrmpipeline.IFsrmPropertyBag
IFsrmPropertyBag (fsrmpipeline.h)
Contains the classification properties for a file.
IFsrmPropertyBag
IFsrmPropertyBag interface [File Server Resource Manager]
IFsrmPropertyBag interface [File Server Resource Manager]
described
fs.ifsrmpropertybag
fsrm.ifsrmpropertybag
fsrm/IFsrmPropertyBag
fsrm\ifsrmpropertybag.htm
fsrm
237f024d-2b1d-45d5-a63d-c530426278e6
12/05/2018
IFsrmPropertyBag, IFsrmPropertyBag interface [File Server Resource Manager], IFsrmPropertyBag interface [File Server Resource Manager],described, fs.ifsrmpropertybag, fsrm.ifsrmpropertybag, fsrm/IFsrmPropertyBag
fsrmpipeline.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h
Windows
None supported
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmPropertyBag
fsrmpipeline/IFsrmPropertyBag
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmPropertyBag

IFsrmPropertyBag interface

-description

Contains the classification properties for a file.

FSRM passes this interface to your IFsrmPipelineModuleImplementation implementation. For more information, see the Remarks section.

-inheritance

The IFsrmPropertyBag interface inherits from the IDispatch interface. IFsrmPropertyBag also has these types of members:

-remarks

A property bag contains an in-memory copy of all the properties for a file. The list of properties in the property bag may include additional properties not defined in FSRM. These properties can be the result of other metadata in the file.

This interface can be sent to IFsrmClassifierModuleImplementation::DoesPropertyValueApply and IFsrmClassifierModuleImplementation::GetPropertyValueToApply if a classifier module is implemented, or to IFsrmStorageModuleImplementation::LoadProperties and IFsrmStorageModuleImplementation::SaveProperties if a storage module is implemented.

-see-also

IFsrmClassifierModuleImplementation

IFsrmPipelineModuleImplementation

IFsrmStorageModuleImplementation