UWF_ExcludedFile (Standard 8)

7/8/2014

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

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 GetExclusions method to retrieve UWF_ExcludedFile objects.

You can use the AddExclusion and RemoveExclusion methods to add or remove file and folder exclusions to a volume.

Requirements

Architecture

x64,
x86

MOF

uwfwmi.mof

WMI Namespace

root\standardcimv2\embedded

WMI Provider

UWF

See Also

Reference

Unified Write Filter WMI Provider Reference

Concepts

Unified Write Filter (UWF) Overview