IFsrmFileScreen Interface

 

Used to configure a file screen that blocks groups of files from being saved to the specified directory.

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

<GuidAttribute("5F6325D3-CE88-4733-84C1-2D6AEFC5EA07")>
Public Interface IFsrmFileScreen
	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_pubpropertyMatchesSourceTemplate

Retrieves a value that determines whether the property values of this file screen object match those values of the template from which the object was derived.

System_CAPS_pubpropertyPath

Retrieves the directory path associated with the file screen object.

System_CAPS_pubpropertySourceTemplateName

Retrieves the name of the template from which this file screen object was derived.

System_CAPS_pubpropertyUserAccount

Retrieves the account name of the user whose files will be screened.

System_CAPS_pubpropertyUserSid

Retrieves The SID of the user whose files will be screened.

NameDescription
System_CAPS_pubmethodApplyTemplate(String)

Applies the property values of the specified file screen template to this file screen object.

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.

To create this interface, call the CreateFileScreen method.

The following methods return this interface:

  1. EnumFileScreens

  2. GetFileScreen

Return to top

Community Additions

ADD
Show: