IFsrmFileGroup Interface
Used to define a group of files based on one or more file name patterns.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | Description | Gets and sets the Description property. |
![]() | id | Gets the id property. |
![]() | Members | Retrieves or sets the filename patterns that determine the files that are included in the file group. |
![]() | Name | Retrieves or sets the name of the file group. |
![]() | NonMembers | Retrieves or sets the filename patterns that determine the files that are excluded from the file group. |
A file group is a logical collection of file name patterns identified by name that is used to define file screens and file screen exceptions. File group definitions may also be used for generating storage report jobs based on file type.
To create a file group, call the CreateFileGroup method.
The following methods return this interface:
A file group is formed by including all members and then excluding all nonmembers. For example, to list all files except for examplename, set Members to "*.*" and NonMembers to "examplename".

