Share via


UWF_ExcludedFile (Industry 8.1)

7/8/2014

Review the syntax, members, and examples of the UWF_ExcludedFile WMI provider class for Windows Embedded 8.1 Industry (Industry 8.1).

This class is a container class that 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.

See Also

Reference

Unified Write Filter WMI provider reference

Concepts

Unified Write Filter