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.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("E1010359-3E5D-4ECD-9FE4-EF48622FDF30")]
public interface IFsrmFileScreenTemplateImported : IFsrmFileScreenTemplate
[GuidAttribute("E1010359-3E5D-4ECD-9FE4-EF48622FDF30")]
public interface class IFsrmFileScreenTemplateImported : IFsrmFileScreenTemplate
[<GuidAttribute("E1010359-3E5D-4ECD-9FE4-EF48622FDF30")>]
type IFsrmFileScreenTemplateImported =
interface
interface IFsrmFileScreenTemplate
end
<GuidAttribute("E1010359-3E5D-4ECD-9FE4-EF48622FDF30")>
Public Interface IFsrmFileScreenTemplateImported
Inherits IFsrmFileScreenTemplate
Properties
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. |
Methods
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. |
See Also
Return to top