<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: -",
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "NetworkExtension",
  "identifier" : "/documentation/NetworkExtension/NEURLFilterManager/ParsingConfiguration/PathOptions/init(excluded:segments:enumerateHierarchy:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "Network Extension"
    ],
    "preciseIdentifier" : "s:16NetworkExtension18NEURLFilterManagerC20ParsingConfigurationV11PathOptionsV8excluded8segments18enumerateHierarchyAGSb_SuSbtcfc"
  },
  "title" : "init(excluded:segments:enumerateHierarchy:)"
}
-->

# init(excluded:segments:enumerateHierarchy:)

Creates a new path options configuration with default values.

```
init(excluded: Bool = false, segments: UInt = 0, enumerateHierarchy: Bool = true)
```

## Discussion

The path options default behavior is as follows:

- Parsing includes the path.
- Parsing preserves all path segments.
- Parsing enables path hierarchy enumeration.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)