다음을 통해 공유


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

Gets and sets the Name property.

System_CAPS_pubproperty 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
System_CAPS_pubmethod Commit()

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

System_CAPS_pubmethod CommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

Saves the imported 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 imported template.

System_CAPS_pubmethod CreateAction(_FsrmActionType)

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

System_CAPS_pubmethod Delete()

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

System_CAPS_pubmethod EnumActions()

Enumerates all the actions for the imported file screen template object.

See Also

Microsoft.Storage Namespace

Return to top