IOfflineFilesItemFilter interface (cscobj.h)

Represents an instance of a filter to be applied to an enumeration. For a complete description of filtering behavior, see the section titled "Item Filtering."

Inheritance

The IOfflineFilesItemFilter interface inherits from the IUnknown interface. IOfflineFilesItemFilter also has these types of members:

Methods

The IOfflineFilesItemFilter interface has these methods.

 
IOfflineFilesItemFilter::GetFilterFlags

Provides flags to control flag-based filtering of items.
IOfflineFilesItemFilter::GetPatternFilter

Provides a filter pattern string to limit enumerated items based on item name patterns.
IOfflineFilesItemFilter::GetTimeFilter

Provides time-value-comparison semantics to control filtering of items based on time.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h

See also

Offline Files API Interfaces