UWF_ExcludedFile
Contains the files and folders that are currently in the file exclusion list for a volume protected by Unified Write Filter (UWF).
Syntax
class UWF_ExcludedFile {
[Read] string FileName;
};
Members
The following tables list any methods and properties that belong to this class.
Properties
Property | Data type | Qualifier | Description |
---|---|---|---|
FileName |
string |
[read] |
The name of the file or folder path in the file exclusion list, including the full path relative to the volume. |
Remarks
UWF_ExcludedFile does not represent an actual WMI object, and you cannot use this class to get or set file exclusions.
You must use the UWF_Volume.GetExclusions method to retrieve UWF_ExcludedFile objects.
You can use the UWF_Volume.AddExclusion and UWF_Volume.RemoveExclusion methods to add or remove file and folder exclusions to a volume.
Requirements
Windows Edition | Supported |
---|---|
Windows 10 Home | No |
Windows 10 Pro | No |
Windows 10 Enterprise | Yes |
Windows 10 Education | Yes |