IFsrmRule::put_NamespaceRoots method (fsrmpipeline.h)

An array of directory paths that the rule is applied to when classification is run.

This property is read/write.

Syntax

HRESULT put_NamespaceRoots(
  SAFEARRAY *namespaceRoots
);

Parameters

namespaceRoots

Return value

None

Remarks

All subdirectories under the specified path are also scanned (recursively).

Note that FSRM supports only NTFS file systems—you cannot specify paths on ReFS, FAT, FAT32, UDF, or other non-NTFS file system.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008 R2
Target Platform Windows
Header fsrmpipeline.h
DLL SrmSvc.dll

See also

IFsrmRule