---
title: excluded
framework: networkextension
role: symbol
role_heading: Instance Property
path: networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/excluded
---

# excluded

A Boolean value that indicates whether to exlude the path component from URL parsing.

## Declaration

```swift
var excluded: Bool
```

## Discussion

Discussion When this value is true, parsing ignores all other path options.

## See Also

### Working with path options

- [segments](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/segments.md)
- [enumerateHierarchy](networkextension/neurlfiltermanager/parsingconfiguration/pathoptions/enumeratehierarchy.md)
