FsrmClassificationManagerClass.ClassifyFiles Method (Object[], Object[], Object[], _FsrmGetFilePropertyOptions)
Retrieves or modifies the properties of one or more files/folders.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
public virtual void ClassifyFiles(
object[] filePaths,
object[] propertyNames,
object[] propertyValues,
_FsrmGetFilePropertyOptions options = _FsrmGetFilePropertyOptions.FsrmGetFilePropertyOptions_None
)
public:
virtual 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
override ClassifyFiles :
filePaths:Object[] *
propertyNames:Object[] *
propertyValues:Object[] *
options:_FsrmGetFilePropertyOptions = _FsrmGetFilePropertyOptions.FsrmGetFilePropertyOptions_None -> unit
Public Overridable Sub ClassifyFiles (
filePaths As Object(),
propertyNames As Object(),
propertyValues As Object(),
options As _FsrmGetFilePropertyOptions
)
Parameters
filePaths
Type: System.Object[]A list of the files/folders that will have properties retrieved or modified. You must specify an absolute path to each file/folder. You cannot specify a file share.
propertyNames
Type: System.Object[]A list of the names of the properties to be retrieved or modified.
propertyValues
Type: System.Object[]A list of the values to be used for the property settings when properties are modified.
options
Type: Microsoft.Storage._FsrmGetFilePropertyOptionsThe options for retrieving the properties. For possible values, see the _FsrmGetFilePropertyOptions enumeration.
Implements
IFsrmClassificationManager2.ClassifyFiles(Object[], Object[], Object[], _FsrmGetFilePropertyOptions)
See Also
FsrmClassificationManagerClass Class
Microsoft.Storage Namespace
Return to top