Skip to content

Latest commit

 

History

History
90 lines (67 loc) · 3.9 KB

nf-fsrm-ifsrmexportimport-importfilegroups.md

File metadata and controls

90 lines (67 loc) · 3.9 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:fsrm.IFsrmExportImport.ImportFileGroups
IFsrmExportImport::ImportFileGroups (fsrm.h)
Imports one or more file groups from the specified file.
FsrmExportImport class [File Server Resource Manager]
ImportFileGroups method
IFsrmExportImport interface [File Server Resource Manager]
ImportFileGroups method
IFsrmExportImport.ImportFileGroups
IFsrmExportImport::ImportFileGroups
ImportFileGroups
ImportFileGroups method [File Server Resource Manager]
ImportFileGroups method [File Server Resource Manager]
FsrmExportImport class
ImportFileGroups method [File Server Resource Manager]
IFsrmExportImport interface
fs.ifsrmexportimport_importfilegroups
fsrm.ifsrmexportimport_importfilegroups
fsrm/IFsrmExportImport::ImportFileGroups
fsrm\ifsrmexportimport_importfilegroups.htm
fsrm
d8d18971-ba3e-4e20-83ff-1290bc453b90
12/05/2018
FsrmExportImport class [File Server Resource Manager],ImportFileGroups method, IFsrmExportImport interface [File Server Resource Manager],ImportFileGroups method, IFsrmExportImport.ImportFileGroups, IFsrmExportImport::ImportFileGroups, ImportFileGroups, ImportFileGroups method [File Server Resource Manager], ImportFileGroups method [File Server Resource Manager],FsrmExportImport class, ImportFileGroups method [File Server Resource Manager],IFsrmExportImport interface, fs.ifsrmexportimport_importfilegroups, fsrm.ifsrmexportimport_importfilegroups, fsrm/IFsrmExportImport::ImportFileGroups
fsrm.h
FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h
Windows
None supported
Windows Server 2008
SrmSvc.dll
Windows
19H1
IFsrmExportImport::ImportFileGroups
fsrm/IFsrmExportImport::ImportFileGroups
c++
APIRef
kbSyntax
COM
SrmSvc.dll
IFsrmExportImport.ImportFileGroups
FsrmExportImport.ImportFileGroups

IFsrmExportImport::ImportFileGroups

-description

Imports one or more file groups from the specified file.

-parameters

-param filePath [in]

The full path to the file from which to import the file groups. The string is limited to 260 characters.

-param fileGroupNamesSafeArray [in]

A variant that contains the names of the file groups to import. Set the variant to empty or NULL to import all file groups.

Set the variant type to both VT_ARRAY and VT_VARIANT and the parray member to the SAFEARRAY of BSTRs.

-param remoteHost [in]

The name of the remote server. To specify the local server, set to an empty string.

-param fileGroups [out]

An IFsrmCommittableCollection interface that contains a collection of IFsrmFileGroupImported interfaces. To complete the import, you must call the IFsrmFileGroupImported::Commit method.

-returns

The method returns the following return values.

-remarks

You can also use the IFsrmFileGroupManager::ImportFileGroups method to import the templates.

-see-also

FsrmExportImport

IFsrmExportImport