FsrmExportImportClass Class

 

Used to export and import FSRM objects.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmExportImportClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("1482DC37-FAE9-4787-9025-8CE4E024AB56")]
public class FsrmExportImportClass : IFsrmExportImport, FsrmExportImport
[ClassInterfaceAttribute(0)]
[GuidAttribute("1482DC37-FAE9-4787-9025-8CE4E024AB56")]
public ref class FsrmExportImportClass : IFsrmExportImport, FsrmExportImport
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("1482DC37-FAE9-4787-9025-8CE4E024AB56")>]
type FsrmExportImportClass = 
    class
        interface IFsrmExportImport
        interface FsrmExportImport
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("1482DC37-FAE9-4787-9025-8CE4E024AB56")>
Public Class FsrmExportImportClass
    Implements IFsrmExportImport, FsrmExportImport

Constructors

Name Description
System_CAPS_pubmethod FsrmExportImportClass()

Creates a new instance of the FsrmExportImportClass object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod ExportFileGroups(String, Object, String)

Exports one or more file groups to the specified file.

System_CAPS_pubmethod ExportFileScreenTemplates(String, Object, String)

Exports one or more file screen templates to the specified file.

System_CAPS_pubmethod ExportQuotaTemplates(String, Object, String)

Exports one or more quota templates to the specified file.

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ImportFileGroups(String, Object, String)

Imports one or more file groups from the specified file.

System_CAPS_pubmethod ImportFileScreenTemplates(String, Object, String)

Imports one or more file screen templates from the specified file.

System_CAPS_pubmethod ImportQuotaTemplates(String, Object, String)

Imports one or more quota templates from the specified file.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This interface supports local use only. Remote operations are not supported.

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, 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.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Storage Namespace

Return to top