IFsrmClassificationManager2.ClassifyFiles Method (Object(), Object(), Object(), _FsrmGetFilePropertyOptions)

 

This method is used to perform bulk enumeration, setting, and clearing of file properties.

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

Sub ClassifyFiles (
	filePaths As Object(),
	propertyNames As Object(),
	propertyValues As Object(),
	options As _FsrmGetFilePropertyOptions
)

Parameters

filePaths
Type: System.Object()

A list of the file paths. The SAFEARRAY contains variants of type VT_BSTR. For each item in the array, use the bstrVal member to access the property name.

propertyNames
Type: System.Object()

A list of the property names. The SAFEARRAY contains variants of type VT_BSTR. For each item in the array, use the bstrVal member to access the property name.

propertyValues
Type: System.Object()

A list of the property values.

options
Type: Microsoft.Storage._FsrmGetFilePropertyOptions

Options for the operation as enumerated by the _FsrmGetFilePropertyOptions enumeration. The default value is FsrmGetFilePropertyOptions_None.

Return to top

Community Additions

ADD
Show: