IFsrmFileGroupManager Interface

 

Used to manage file group objects.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>
Public Interface IFsrmFileGroupManager

NameDescription
System_CAPS_pubmethodCreateFileGroup()

Creates a file group object.

System_CAPS_pubmethodEnumFileGroups(_FsrmEnumOptions)

Enumerates the file groups in FSRM..

System_CAPS_pubmethodExportFileGroups(Object)

Exports the specified file groups as an XML string.

System_CAPS_pubmethodGetFileGroup(String)

Retrieves the specified file group from FSRM.

System_CAPS_pubmethodImportFileGroups(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:

  1. Audio and Video Files

  2. Backup Files

  3. Compressed Files

  4. Email Files

  5. Executable Files

  6. Image Files

  7. Office Files

  8. System Files

  9. Temporary Files

  10. Text Files

  11. Webpage Files

To create this object from a script, use the "Fsrm.FsrmFileGroupManager" program identifier.

Return to top

Community Additions

ADD
Show: