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)
Syntax
void ClassifyFiles(
object[] filePaths,
object[] propertyNames,
object[] propertyValues,
_FsrmGetFilePropertyOptions options = _FsrmGetFilePropertyOptions.FsrmGetFilePropertyOptions_None
)
void ClassifyFiles(
array<Object^>^ filePaths,
array<Object^>^ propertyNames,
array<Object^>^ propertyValues,
_FsrmGetFilePropertyOptions options = _FsrmGetFilePropertyOptions::FsrmGetFilePropertyOptions_None
)
abstract ClassifyFiles :
filePaths:Object[] *
propertyNames:Object[] *
propertyValues:Object[] *
options:_FsrmGetFilePropertyOptions = _FsrmGetFilePropertyOptions.FsrmGetFilePropertyOptions_None -> unit
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._FsrmGetFilePropertyOptionsOptions for the operation as enumerated by the _FsrmGetFilePropertyOptions enumeration. The default value is FsrmGetFilePropertyOptions_None.
See Also
_FsrmGetFilePropertyOptions
FsrmClassificationManager
IFsrmClassificationManager2 Interface
Microsoft.Storage Namespace
Return to top