IFsrmFileScreenException Interface

 

Used to configure an exception that excludes the specified files from the file screening process. This allows the files of a file group to be saved in the directory when a file screen that applies to the directory would otherwise prevent the file from being saved in the directory.

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

<GuidAttribute("BEE7CE02-DF77-4515-9389-78F01C5AFC1A")>
Public Interface IFsrmFileScreenException
	Inherits IFsrmObject

NameDescription
System_CAPS_pubpropertyAllowedFileGroups

Retrieves or sets the names of the file groups that contain the file name patterns of the files that are allowed in the directory.

System_CAPS_pubpropertyDescription

Gets and sets the Description property.

System_CAPS_pubpropertyid

Gets the id property.

System_CAPS_pubpropertyPath

Retrieves the path that is associated with this file screen exception.

NameDescription
System_CAPS_pubmethodCommit()

Saves the exception object in the server's list of objects.

System_CAPS_pubmethodDelete()

Removes the exception object from the server's list of objects.

To create this interface, call the CreateFileScreenException method.

The following methods return this interface:

  1. EnumFileScreenExceptions

  2. GetFileScreenException

Return to top

Community Additions

ADD
Show: