IFsrmExportImport interface (fsrm.h)
Used to export and import FSRM objects.
__uuidof(IFsrmExportImport)
as the interface identifier. You must use the
CLSCTX_INPROC_SERVER class context to create the object.
Inheritance
The IFsrmExportImport interface inherits from the IDispatch interface. IFsrmExportImport also has these types of members:
Methods
The IFsrmExportImport interface has these methods.
IFsrmExportImport::ExportFileGroups Exports one or more file groups to the specified file. |
IFsrmExportImport::ExportFileScreenTemplates Exports one or more file screen templates to the specified file. |
IFsrmExportImport::ExportQuotaTemplates Exports one or more quota templates to the specified file. |
IFsrmExportImport::ImportFileGroups Imports one or more file groups from the specified file. |
IFsrmExportImport::ImportFileScreenTemplates Imports one or more file screen templates from the specified file. |
IFsrmExportImport::ImportQuotaTemplates Imports one or more quota templates from the specified file. |
Remarks
Typically, these methods are used to move objects from one computer to another. These methods differ from the import and export methods on the objects (for example, IFsrmFileGroupManager::ExportFileGroups) in that they write to and read from a file whereas the object methods write to and read from a string.
The file that the export methods create is written in the context of the user.
To create this object from a script, use the Fsrm.FsrmExportImport
program identifier.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 |
Target Platform | Windows |
Header | fsrm.h (include FsrmPipeline.h, FsrmQuota.h, FsrmReports.h, FsrmScreen.h, FsrmTlb.h) |