IFsrmFileScreenTemplate Interface
Used to configure templates from which new file screens can be derived. Templates are identified by a name and are used to simplify configuration of file screens.
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. |
![]() | Name | Retrieves and sets the name of the file screen template. |
| Name | Description | |
|---|---|---|
![]() | Commit() | Saves the file screen template object in the server's list of objects. |
![]() | CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions) | Saves the file screen template and then applies any changes to the derived file screen objects. |
![]() | CopyTemplate(String) | Copies the property values of the specified template to this template. |
![]() | CreateAction(_FsrmActionType) | Creates an action for this file screen template object. The action is triggered when a file violates the file screen template. |
![]() | Delete() | Removes the file screen template object from the server's list of objects. |
![]() | EnumActions() | Enumerates all the actions for the file screen template object. |
To create this interface, call the CreateTemplate method.
The following methods return this interface:

