IFsrmFileScreenBase Interface

 

Base class for all file screen interfaces.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

<GuidAttribute("F3637E80-5B22-4A2B-A637-BBB642B41CFC")>
Public Interface IFsrmFileScreenBase
	Inherits IFsrmObject

NameDescription
System_CAPS_pubpropertyBlockedFileGroups

Retrieves or sets the names of the file groups that contain the file name patterns used to specify the files that are blocked by this screen.

System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyFileScreenFlags

Retrieves or sets the file screen flags. The flags determine if FSRM fails any IO operations that violate the file screen.

System_CAPS_pubpropertyid

Gets the id property.

NameDescription
System_CAPS_pubmethodCommit()

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

System_CAPS_pubmethodCreateAction(_FsrmActionType)

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

System_CAPS_pubmethodDelete()

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

System_CAPS_pubmethodEnumActions()

Enumerates all the actions for the file screen object.

Return to top

Community Additions

ADD
Show: