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.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[GuidAttribute("205BEBF8-DD93-452A-95A6-32B566B35828")]
public interface IFsrmFileScreenTemplate : IFsrmFileScreenBase
[GuidAttribute("205BEBF8-DD93-452A-95A6-32B566B35828")]
public interface class IFsrmFileScreenTemplate : IFsrmFileScreenBase
[<GuidAttribute("205BEBF8-DD93-452A-95A6-32B566B35828")>]
type IFsrmFileScreenTemplate =
interface
interface IFsrmFileScreenBase
end
<GuidAttribute("205BEBF8-DD93-452A-95A6-32B566B35828")>
Public Interface IFsrmFileScreenTemplate
Inherits IFsrmFileScreenBase
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 | Retrieves and sets the name of the file screen template. |
Methods
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. |
Remarks
To create this interface, call the CreateTemplate method.
The following methods return this interface:
See Also
Return to top