IFsrmFileGroupManager Interface
Used to manage file group objects.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | CreateFileGroup() | Creates a file group object. |
![]() | EnumFileGroups(_FsrmEnumOptions) | Enumerates the file groups in FSRM.. |
![]() | ExportFileGroups(Object) | Exports the specified file groups as an XML string. |
![]() | GetFileGroup(String) | Retrieves the specified file group from FSRM. |
![]() | ImportFileGroups(String, Object) | Imports the specified file groups from an XML string. |
To get this interface, call the CoCreateInstanceEx function. Use CLSID_FsrmFileGroupManager as the class identifier and __uuidof(IFsrmFileGroupManager) as the interface identifier. For an example, see Creating File Groups to Specify the Files to Restrict.
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.
