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)

<GuidAttribute("E1010359-3E5D-4ECD-9FE4-EF48622FDF30")>
Public Interface IFsrmFileScreenTemplateImported
	Inherits IFsrmFileScreenTemplate

NameDescription
System_CAPS_pubpropertyBlockedFileGroups

Gets and sets the BlockedFileGroups property.

System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyFileScreenFlags

Gets and sets the FileScreenFlags property.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyName

Gets and sets the Name property.

System_CAPS_pubpropertyOverwriteOnCommit

Retrieves or sets a value that determines whether a file screen template is overwritten if it exists when the template is imported.

NameDescription
System_CAPS_pubmethodCommit()

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

System_CAPS_pubmethodCommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

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

System_CAPS_pubmethodCopyTemplate(String)

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

System_CAPS_pubmethodCreateAction(_FsrmActionType)

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

System_CAPS_pubmethodDelete()

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

System_CAPS_pubmethodEnumActions()

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

Return to top

Community Additions

ADD
Show: