IFsrmFileScreenTemplateImported Interface
Used to configure imported 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 | Gets and sets the Name property. |
![]() | OverwriteOnCommit | Retrieves or sets a value that determines whether a file screen template is overwritten if it exists when the template is imported. |
| Name | Description | |
|---|---|---|
![]() | Commit() | Saves the imported file screen template in the server's list of objects. |
![]() | CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions) | Saves the imported 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 imported template. |
![]() | CreateAction(_FsrmActionType) | Creates an action for this imported file screen template object. The action is triggered when a file violates the template. |
![]() | Delete() | Removes the imported file screen template from the server's list of objects. |
![]() | EnumActions() | Enumerates all the actions for the imported file screen template object. |

