FsrmExportImport Interface
Used to export and import FSRM objects. All methods of the IFsrmExportImport interface are available in this class.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("EFCB0AB1-16C4-4A79-812C-725614C3306B")]
public interface FsrmExportImport : IFsrmExportImport
[GuidAttribute("EFCB0AB1-16C4-4A79-812C-725614C3306B")]
public interface class FsrmExportImport : IFsrmExportImport
[<GuidAttribute("EFCB0AB1-16C4-4A79-812C-725614C3306B")>]
type FsrmExportImport =
interface
interface IFsrmExportImport
end
<GuidAttribute("EFCB0AB1-16C4-4A79-812C-725614C3306B")>
Public Interface FsrmExportImport
Inherits IFsrmExportImport
Methods
Name | Description | |
---|---|---|
ExportFileGroups(String, Object, String) | Exports one or more file groups to the specified file.(Inherited from IFsrmExportImport.) |
|
ExportFileScreenTemplates(String, Object, String) | Exports one or more file screen templates to the specified file.(Inherited from IFsrmExportImport.) |
|
ExportQuotaTemplates(String, Object, String) | Exports one or more quota templates to the specified file.(Inherited from IFsrmExportImport.) |
|
ImportFileGroups(String, Object, String) | Imports one or more file groups from the specified file.(Inherited from IFsrmExportImport.) |
|
ImportFileScreenTemplates(String, Object, String) | Imports one or more file screen templates from the specified file.(Inherited from IFsrmExportImport.) |
|
ImportQuotaTemplates(String, Object, String) | Imports one or more quota templates from the specified file.(Inherited from IFsrmExportImport.) |
Remarks
FSRM implements this class.
See Also
IFsrmExportImport
Microsoft.Storage Namespace
Return to top