Skip to content

Latest commit

 

History

History
124 lines (84 loc) · 5.94 KB

nf-fsrmpipeline-ifsrmclassificationmanager-enumfileproperties.md

File metadata and controls

124 lines (84 loc) · 5.94 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
NF:fsrmpipeline.IFsrmClassificationManager.EnumFileProperties
IFsrmClassificationManager::EnumFileProperties (fsrmpipeline.h)
Enumerates the properties of the specified file.
EnumFileProperties
EnumFileProperties method [File Server Resource Manager]
EnumFileProperties method [File Server Resource Manager]
FsrmClassificationManager class
EnumFileProperties method [File Server Resource Manager]
IFsrmClassificationManager interface
EnumFileProperties method [File Server Resource Manager]
IFsrmClassificationManager2 interface
FsrmClassificationManager class [File Server Resource Manager]
EnumFileProperties method
IFsrmClassificationManager interface [File Server Resource Manager]
EnumFileProperties method
IFsrmClassificationManager.EnumFileProperties
IFsrmClassificationManager2 interface [File Server Resource Manager]
EnumFileProperties method
IFsrmClassificationManager2::EnumFileProperties
IFsrmClassificationManager::EnumFileProperties
fs.ifsrmclassificationmanager_enumfileproperties
fsrm.ifsrmclassificationmanager_enumfileproperties
fsrmpipeline/IFsrmClassificationManager2::EnumFileProperties
fsrmpipeline/IFsrmClassificationManager::EnumFileProperties
fsrm\ifsrmclassificationmanager_enumfileproperties.htm
fsrm
9a833e94-d26b-4c94-bf2f-76ac6db3f8e9
12/05/2018
EnumFileProperties, EnumFileProperties method [File Server Resource Manager], EnumFileProperties method [File Server Resource Manager],FsrmClassificationManager class, EnumFileProperties method [File Server Resource Manager],IFsrmClassificationManager interface, EnumFileProperties method [File Server Resource Manager],IFsrmClassificationManager2 interface, FsrmClassificationManager class [File Server Resource Manager],EnumFileProperties method, IFsrmClassificationManager interface [File Server Resource Manager],EnumFileProperties method, IFsrmClassificationManager.EnumFileProperties, IFsrmClassificationManager2 interface [File Server Resource Manager],EnumFileProperties method, IFsrmClassificationManager2::EnumFileProperties, IFsrmClassificationManager::EnumFileProperties, fs.ifsrmclassificationmanager_enumfileproperties, fsrm.ifsrmclassificationmanager_enumfileproperties, fsrmpipeline/IFsrmClassificationManager2::EnumFileProperties, fsrmpipeline/IFsrmClassificationManager::EnumFileProperties
fsrmpipeline.h
FsrmPipeline.h, FsrmTlb.h
Windows
Windows 8
Windows Server 2008 R2
SrmSvc.dll
Windows
19H1
IFsrmClassificationManager::EnumFileProperties
fsrmpipeline/IFsrmClassificationManager::EnumFileProperties
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmClassificationManager.EnumFileProperties
IFsrmClassificationManager2.EnumFileProperties
FsrmClassificationManager.EnumFileProperties

IFsrmClassificationManager::EnumFileProperties

-description

Enumerates the properties of the specified file.

-parameters

-param filePath [in]

The file that contains the properties that you want to enumerate. You must specify an absolute path to the file. You cannot specify a file share.

-param options [in]

The option to use for enumerating the file's properties. For possible values, see the FsrmGetFilePropertyOptions enumeration.

-param fileProperties [out]

An IFsrmCollection interface that contains a collection of file properties. Each item in the collection is a VARIANT of type VT_DISPATCH. Query the pdispVal member of the variant for the IFsrmProperty interface.

-returns

The method returns the following return values.

-remarks

FSRM asks the specified storage modules (see the options parameter) to return all the properties for the file for which they are responsible. For storage modules that embed the properties in the file, the list will include all properties embedded in the file (not just those defined by FSRM).

If the options parameter is set to FsrmGetFilePropertyOptions_None, FSRM reruns classification on the file to ensure the correct value is returned.

Examples

For examples in C# and PowerShell see Accessing Classification Properties.

-see-also

FsrmClassificationManager

IFsrmClassificationManager

IFsrmClassificationManager2

IFsrmClassificationManager::ClearFileProperty

IFsrmClassificationManager::GetFileProperty

IFsrmClassificationManager::SetFileProperty

MSFT_FSRMClassification