FsrmFileGroupManagerClass Class
Used to manage file group objects.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | FsrmFileGroupManagerClass() | Creates a new instance of the FsrmFileGroupManagerClass object. |
| Name | Description | |
|---|---|---|
![]() | CreateFileGroup() | Creates a file group object. |
![]() | EnumFileGroups(_FsrmEnumOptions) | Enumerates the file groups in FSRM. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExportFileGroups(Object) | Exports the specified file groups as an XML string. |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetFileGroup(String) | Retrieves the specified file group from FSRM. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ImportFileGroups(String, Object) | Imports the specified file groups from an XML string. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
FSRM defines the following groups:
Audio and Video Files
Backup Files
Compressed Files
Email Files
Executable Files
Image Files
Office Files
System Files
Temporary Files
Text Files
Webpage Files
To create this object from a script, use the "Fsrm.FsrmFileGroupManager" 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.

