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)

<GuidAttribute("205BEBF8-DD93-452A-95A6-32B566B35828")>
Public Interface IFsrmFileScreenTemplate
	Inherits IFsrmFileScreenBase

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

Retrieves and sets the name of the file screen template.

NameDescription
System_CAPS_pubmethodCommit()

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

System_CAPS_pubmethodCommitAndUpdateDerived(_FsrmCommitOptions, _FsrmTemplateApplyOptions)

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

System_CAPS_pubmethodCreateAction(_FsrmActionType)

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

System_CAPS_pubmethodDelete()

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

System_CAPS_pubmethodEnumActions()

Enumerates all the actions for the file screen template object.

To create this interface, call the CreateTemplate method.

The following methods return this interface:

  1. EnumTemplates

  2. GetTemplate

  3. ImportTemplates

Return to top

Community Additions

ADD
Show: