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
System_CAPS_pubproperty BlockedFileGroups

Gets and sets the BlockedFileGroups property.

System_CAPS_pubproperty Description

Gets and sets the Description property.

System_CAPS_pubproperty FileScreenFlags

Gets and sets the FileScreenFlags property.

System_CAPS_pubproperty id

Gets the id property.

System_CAPS_pubproperty Name

Retrieves and sets the name of the file screen template.

Methods

Name Description
System_CAPS_pubmethod Commit()

Saves the file screen template object in the server's list of objects.

System_CAPS_pubmethod CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

Saves the file screen template and then applies any changes to the derived file screen objects.

System_CAPS_pubmethod CopyTemplate(String)

Copies the property values of the specified template to this template.

System_CAPS_pubmethod CreateAction(_FsrmActionType)

Creates an action for this file screen template object. The action is triggered when a file violates the file screen template.

System_CAPS_pubmethod Delete()

Removes the file screen template object from the server's list of objects.

System_CAPS_pubmethod 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:

  1. EnumTemplates

  2. GetTemplate

  3. ImportTemplates

See Also

Microsoft.Storage Namespace

Return to top