IFsrmFileGroupManager Interface
Used to manage file group objects.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")]
public interface IFsrmFileGroupManager
[GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")]
public interface class IFsrmFileGroupManager
[<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>]
type IFsrmFileGroupManager = interface end
<GuidAttribute("426677D5-018C-485C-8A51-20B86D00BDC4")>
Public Interface IFsrmFileGroupManager
Methods
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. |
Remarks
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.
See Also
FsrmFileGroupManager
Microsoft.Storage Namespace
Return to top