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 | |
---|---|---|
FsrmExportImportClass() | Creates a new instance of the FsrmExportImportClass object. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
ExportFileGroups(String, Object, String) | Exports one or more file groups to the specified file. |
|
ExportFileScreenTemplates(String, Object, String) | Exports one or more file screen templates to the specified file. |
|
ExportQuotaTemplates(String, Object, String) | Exports one or more quota templates to the specified file. |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ImportFileGroups(String, Object, String) | Imports one or more file groups from the specified file. |
|
ImportFileScreenTemplates(String, Object, String) | Imports one or more file screen templates from the specified file. |
|
ImportQuotaTemplates(String, Object, String) | Imports one or more quota templates from the specified file. |
|
MemberwiseClone() | (Inherited from Object.) |
|
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
Return to top