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 | |
---|---|---|
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. |
|
Description | Gets and sets the Description property. |
|
id | Gets the id property. |
|
Path | Retrieves the path that is associated with this file screen exception. |
Methods
Name | Description | |
---|---|---|
Commit() | Saves the exception object in the server's list of objects. |
|
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:
See Also
Return to top