IFsrmFileScreenBase Interface
Base class for all file screen interfaces.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | BlockedFileGroups | Retrieves or sets the names of the file groups that contain the file name patterns used to specify the files that are blocked by this screen. |
![]() | Description | Gets and sets the Description property. |
![]() | FileScreenFlags | Retrieves or sets the file screen flags. The flags determine if FSRM fails any IO operations that violate the file screen. |
![]() | id | Gets the id property. |
| Name | Description | |
|---|---|---|
![]() | Commit() | Saves the file screen object in the server's list of objects. |
![]() | CreateAction(_FsrmActionType) | Creates an action for this file screen object. The action is triggered when a file violates the file screen. |
![]() | Delete() | Removes the file screen object from the server's list of objects. |
![]() | EnumActions() | Enumerates all the actions for the file screen object. |

