IFsrmFileScreen Interface
Used to configure a file screen that blocks groups of files from being saved to the specified directory.
Assembly: srmlib (in srmlib.dll)
| Name | Description | |
|---|---|---|
![]() | BlockedFileGroups | Gets and sets the BlockedFileGroups property. |
![]() | Description | Gets and sets the Description property. |
![]() | FileScreenFlags | Gets and sets the FileScreenFlags property. |
![]() | id | Gets the id property. |
![]() | MatchesSourceTemplate | Retrieves a value that determines whether the property values of this file screen object match those values of the template from which the object was derived. |
![]() | Path | Retrieves the directory path associated with the file screen object. |
![]() | SourceTemplateName | Retrieves the name of the template from which this file screen object was derived. |
![]() | UserAccount | Retrieves the account name of the user whose files will be screened. |
![]() | UserSid | Retrieves The SID of the user whose files will be screened. |
| Name | Description | |
|---|---|---|
![]() | ApplyTemplate(String) | Applies the property values of the specified file screen template to this file screen object. |
![]() | 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. |
To create this interface, call the CreateFileScreen method.
The following methods return this interface:

