MSFT_FSRMFileScreenException class

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.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[dynamic, provider("FSRMWmiProvider")]
class MSFT_FSRMFileScreenException
{
  string Path;
  string Description = "";
  string IncludeGroup[];
};

Members

The MSFT_FSRMFileScreenException class has these types of members:

Properties

The MSFT_FSRMFileScreenException class has these properties.

Description

Data type: string

Access type: Read/write

A string up to 1KB in size. Optional. The default value is an empty string.

IncludeGroup

Data type: string array

Access type: Read/write

An array of strings, each containing the valid name of a file group. The total combined size must be under 10KB. This parameter is required.

Path

Data type: string

Access type: Read/write

Qualifiers: key

The path that is associated with this file screen exception.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\FSRM
MOF
MSFT_FSRM.mof
DLL
SrmSvc.dll

See also

FSRM WMI Classes