Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies how closely an event must match a filter.
Syntax
typedef enum tagOFFLINEFILES_PATHFILTER_MATCH {
OFFLINEFILES_PATHFILTER_SELF = 0,
OFFLINEFILES_PATHFILTER_CHILD,
OFFLINEFILES_PATHFILTER_DESCENDENT,
OFFLINEFILES_PATHFILTER_SELFORCHILD,
OFFLINEFILES_PATHFILTER_SELFORDESCENDENT
} OFFLINEFILES_PATHFILTER_MATCH;
Constants
OFFLINEFILES_PATHFILTER_SELFValue: 0 Event must be an exact match for the fully qualified UNC path associated with the filter. |
OFFLINEFILES_PATHFILTER_CHILDEvent must be for an immediate child of the fully qualified UNC path associated with the filter. |
OFFLINEFILES_PATHFILTER_DESCENDENTEvent can be any descendant of the fully qualified UNC path associated with the filter. |
OFFLINEFILES_PATHFILTER_SELFORCHILDEvent must be an exact match or an immediate child of the fully qualified UNC path associated with the filter. |
OFFLINEFILES_PATHFILTER_SELFORDESCENDENTEvent must be an exact match or any descendant of the fully qualified UNC path associated with the filter. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista |
| Minimum supported server | Windows Server 2008 |
| Header | cscobj.h |