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)

<GuidAttribute("EFCB0AB1-16C4-4A79-812C-725614C3306B")>
Public Interface FsrmExportImport
	Inherits IFsrmExportImport

NameDescription
System_CAPS_pubmethodExportFileGroups(String, Object, String)

Exports one or more file groups to the specified file.(Inherited from IFsrmExportImport.)

System_CAPS_pubmethodExportFileScreenTemplates(String, Object, String)

Exports one or more file screen templates to the specified file.(Inherited from IFsrmExportImport.)

System_CAPS_pubmethodExportQuotaTemplates(String, Object, String)

Exports one or more quota templates to the specified file.(Inherited from IFsrmExportImport.)

System_CAPS_pubmethodImportFileGroups(String, Object, String)

Imports one or more file groups from the specified file.(Inherited from IFsrmExportImport.)

System_CAPS_pubmethodImportFileScreenTemplates(String, Object, String)

Imports one or more file screen templates from the specified file.(Inherited from IFsrmExportImport.)

System_CAPS_pubmethodImportQuotaTemplates(String, Object, String)

Imports one or more quota templates from the specified file.(Inherited from IFsrmExportImport.)

FSRM implements this class.

Return to top

Community Additions

ADD
Show: