FsrmExportImportClass Class
Used to export and import FSRM objects.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | FsrmExportImportClass() | Creates a new instance of the FsrmExportImportClass object. |
| 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.) |
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.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

