FsrmFileGroupManager Interface
Used to manage file group objects. All methods of the IFsrmFileGroupManager interface are available in this class.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateFileGroup() | Creates a file group object.(Inherited from IFsrmFileGroupManager.) |
![]() | EnumFileGroups(_FsrmEnumOptions) | Enumerates the file groups in FSRM..(Inherited from IFsrmFileGroupManager.) |
![]() | ExportFileGroups(Object) | Exports the specified file groups as an XML string.(Inherited from IFsrmFileGroupManager.) |
![]() | GetFileGroup(String) | Retrieves the specified file group from FSRM.(Inherited from IFsrmFileGroupManager.) |
![]() | ImportFileGroups(String, Object) | Imports the specified file groups from an XML string.(Inherited from IFsrmFileGroupManager.) |
FSRM implements this class.
