Skip to content

Latest commit

 

History

History
87 lines (70 loc) · 3.59 KB

nf-fsrmreports-ifsrmreportjob-get_namespaceroots.md

File metadata and controls

87 lines (70 loc) · 3.59 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:fsrmreports.IFsrmReportJob.get_NamespaceRoots
IFsrmReportJob::get_NamespaceRoots (fsrmreports.h)
Retrieves or sets an array of local directory paths that will be scanned when the report job is run. (Get)
IFsrmReportJob interface [File Server Resource Manager]
NamespaceRoots property
IFsrmReportJob.NamespaceRoots
IFsrmReportJob.get_NamespaceRoots
IFsrmReportJob::NamespaceRoots
IFsrmReportJob::get_NamespaceRoots
IFsrmReportJob::put_NamespaceRoots
NamespaceRoots property [File Server Resource Manager]
NamespaceRoots property [File Server Resource Manager]
IFsrmReportJob interface
fs.ifsrmreportjob_namespaceroots
fsrm.ifsrmreportjob_namespaceroots
fsrmreports/IFsrmReportJob::NamespaceRoots
fsrmreports/IFsrmReportJob::get_NamespaceRoots
fsrmreports/IFsrmReportJob::put_NamespaceRoots
get_NamespaceRoots
fsrm\ifsrmreportjob_namespaceroots.htm
fsrm
09c767ce-6a81-4c06-93cb-dd1a79d17d97
12/05/2018
IFsrmReportJob interface [File Server Resource Manager],NamespaceRoots property, IFsrmReportJob.NamespaceRoots, IFsrmReportJob.get_NamespaceRoots, IFsrmReportJob::NamespaceRoots, IFsrmReportJob::get_NamespaceRoots, IFsrmReportJob::put_NamespaceRoots, NamespaceRoots property [File Server Resource Manager], NamespaceRoots property [File Server Resource Manager],IFsrmReportJob interface, fs.ifsrmreportjob_namespaceroots, fsrm.ifsrmreportjob_namespaceroots, fsrmreports/IFsrmReportJob::NamespaceRoots, fsrmreports/IFsrmReportJob::get_NamespaceRoots, fsrmreports/IFsrmReportJob::put_NamespaceRoots, get_NamespaceRoots
fsrmreports.h
Windows
None supported
Windows Server 2008
SrmSvc.dll
Windows
19H1
IFsrmReportJob::get_NamespaceRoots
fsrmreports/IFsrmReportJob::get_NamespaceRoots
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmReportJob.NamespaceRoots
IFsrmReportJob.get_NamespaceRoots
IFsrmReportJob.put_NamespaceRoots

IFsrmReportJob::get_NamespaceRoots

-description

Retrieves or sets an array of local directory paths that will be scanned when the report job is run.

This property is read/write.

-parameters

-remarks

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

If you schedule this job, specify the same namespaces when calling the IFsrmReportScheduler::CreateScheduleTask method.

This property calls the IFsrmReportScheduler::VerifyNamespaces method to validate the paths. For validation details, see the Remarks section of VerifyNamespaces.

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

Examples

For an example, see Defining a Report Job.

-see-also

IFsrmReportJob