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)

Syntax

[GuidAttribute("BEE7CE02-DF77-4515-9389-78F01C5AFC1A")]
public interface IFsrmFileScreenException : IFsrmObject
[GuidAttribute("BEE7CE02-DF77-4515-9389-78F01C5AFC1A")]
public interface class IFsrmFileScreenException : IFsrmObject
[<GuidAttribute("BEE7CE02-DF77-4515-9389-78F01C5AFC1A")>]
type IFsrmFileScreenException = 
    interface
        interface IFsrmObject
    end
<GuidAttribute("BEE7CE02-DF77-4515-9389-78F01C5AFC1A")>
Public Interface IFsrmFileScreenException
    Inherits IFsrmObject

Properties

Name Description
System_CAPS_pubproperty AllowedFileGroups

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_pubproperty Description

Gets and sets the Description property.

System_CAPS_pubproperty id

Gets the id property.

System_CAPS_pubproperty Path

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

Methods

Name Description
System_CAPS_pubmethod Commit()

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

System_CAPS_pubmethod Delete()

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

Remarks

To create this interface, call the CreateFileScreenException method.

The following methods return this interface:

  1. EnumFileScreenExceptions

  2. GetFileScreenException

See Also

Microsoft.Storage Namespace

Return to top